Browse Source

Web: Fix editor build after `#pragma once` refactoring

Rémi Verschelde 5 tháng trước cách đây
mục cha
commit
622dbe3713

+ 0 - 7
platform/web/editor/web_tools_editor_plugin.h

@@ -44,10 +44,3 @@ public:
 
 
 	WebToolsEditorPlugin();
 	WebToolsEditorPlugin();
 };
 };
-
-#else
-
-class WebToolsEditorPlugin {
-public:
-	static void initialize() {}
-};