From 622dbe371307d678b7ec1166209a190459e7780e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 20 Mar 2025 18:43:16 +0100 Subject: [PATCH] Web: Fix editor build after `#pragma once` refactoring --- platform/web/editor/web_tools_editor_plugin.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/platform/web/editor/web_tools_editor_plugin.h b/platform/web/editor/web_tools_editor_plugin.h index 9580f26387..b71de0b936 100644 --- a/platform/web/editor/web_tools_editor_plugin.h +++ b/platform/web/editor/web_tools_editor_plugin.h @@ -44,10 +44,3 @@ public: WebToolsEditorPlugin(); }; - -#else - -class WebToolsEditorPlugin { -public: - static void initialize() {} -};