Remove empty constructors and destructors from editor/
This commit is contained in:
@@ -8317,9 +8317,3 @@ bool EditorPluginList::is_empty() {
|
||||
void EditorPluginList::clear() {
|
||||
plugins_list.clear();
|
||||
}
|
||||
|
||||
EditorPluginList::EditorPluginList() {
|
||||
}
|
||||
|
||||
EditorPluginList::~EditorPluginList() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user