2
0
Эх сурвалжийг харах

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

Web: Fix editor build after `#pragma once` refactoring
Rémi Verschelde 5 сар өмнө
parent
commit
ae455109c5

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

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