소스 검색

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

Rémi Verschelde 5 달 전
부모
커밋
622dbe3713
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() {}
-};