You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
Remove empty constructors and destructors from editor/
This commit is contained in:
@@ -254,9 +254,6 @@ public:
|
||||
|
||||
void enable_plugin();
|
||||
void disable_plugin();
|
||||
|
||||
EditorPlugin() {}
|
||||
virtual ~EditorPlugin() {}
|
||||
};
|
||||
|
||||
VARIANT_ENUM_CAST(EditorPlugin::CustomControlContainer);
|
||||
|
||||
Reference in New Issue
Block a user