Selaa lähdekoodia

Merge pull request #104406 from akien-mga/web-editor-build-fix

Web: Fix editor build after `#pragma once` refactoring
Rémi Verschelde 5 kuukautta sitten
vanhempi
commit
ae455109c5
1 muutettua tiedostoa jossa 0 lisäystä ja 7 poistoa
  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() {}
-};