diff --git a/platform/web/editor/web_tools_editor_plugin.h b/platform/web/editor/web_tools_editor_plugin.h index 9580f26387..b71de0b936 100644 --- a/platform/web/editor/web_tools_editor_plugin.h +++ b/platform/web/editor/web_tools_editor_plugin.h @@ -44,10 +44,3 @@ public: WebToolsEditorPlugin(); }; - -#else - -class WebToolsEditorPlugin { -public: - static void initialize() {} -};