mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #43222 from KoBeWi/sub_editor_oblivion
Remove unused get_subeditor() method
This commit is contained in:
commit
e856c5593b
2 changed files with 0 additions and 11 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue