Remove unused get_subeditor() method

This commit is contained in:
Tomasz Chabora 2020-10-30 22:23:08 +01:00
parent 41f66761fd
commit 16af326a46
2 changed files with 0 additions and 11 deletions

View file

@ -145,7 +145,6 @@ private:
public:
EditorPlugin *get_editor(Object *p_object);
EditorPlugin *get_subeditor(Object *p_object);
Vector<EditorPlugin *> get_subeditors(Object *p_object);
EditorPlugin *get_editor(String p_name);