mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Remove empty constructors and destructors from editor/
This commit is contained in:
@@ -985,9 +985,6 @@ public:
|
||||
void remove_plugin(EditorPlugin *p_plugin);
|
||||
void clear();
|
||||
bool is_empty();
|
||||
|
||||
EditorPluginList();
|
||||
~EditorPluginList();
|
||||
};
|
||||
|
||||
struct EditorProgressBG {
|
||||
|
||||
Reference in New Issue
Block a user