Web: Fix editor build after #pragma once refactoring

This commit is contained in:
Rémi Verschelde
2025-03-20 18:43:16 +01:00
parent 03359c8735
commit 622dbe3713

View File

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