summaryrefslogtreecommitdiff
path: root/editor/plugins/ot_features_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/plugins/ot_features_plugin.h')
-rw-r--r--editor/plugins/ot_features_plugin.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/editor/plugins/ot_features_plugin.h b/editor/plugins/ot_features_plugin.h
index f1d084a6b4..8c38d888de 100644
--- a/editor/plugins/ot_features_plugin.h
+++ b/editor/plugins/ot_features_plugin.h
@@ -34,8 +34,6 @@
#include "editor/editor_plugin.h"
#include "editor/editor_properties.h"
-class EditorNode;
-
/*************************************************************************/
class OpenTypeFeaturesEditor : public EditorProperty {
@@ -96,7 +94,7 @@ class OpenTypeFeaturesEditorPlugin : public EditorPlugin {
GDCLASS(OpenTypeFeaturesEditorPlugin, EditorPlugin);
public:
- OpenTypeFeaturesEditorPlugin(EditorNode *p_node);
+ OpenTypeFeaturesEditorPlugin();
virtual String get_name() const override { return "OpenTypeFeatures"; }
};