Merge pull request #43222 from KoBeWi/sub_editor_oblivion

Remove unused get_subeditor() method
This commit is contained in:
Rémi Verschelde 2021-01-29 12:28:55 +01:00 committed by GitHub
commit e856c5593b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 11 deletions

View file

@ -144,7 +144,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);