瀏覽代碼

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

Web: Fix editor build after `#pragma once` refactoring
Rémi Verschelde 5 月之前
父節點
當前提交
ae455109c5
共有 1 個文件被更改,包括 0 次插入7 次删除
  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() {}
-};