Browse Source

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

Rémi Verschelde 5 months ago
parent
commit
622dbe3713
1 changed files with 0 additions and 7 deletions
  1. 0 7
      platform/web/editor/web_tools_editor_plugin.h

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

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