diff options
| author | trollodel <33117082+trollodel@users.noreply.github.com> | 2022-01-27 10:36:51 +0100 |
|---|---|---|
| committer | trollodel <33117082+trollodel@users.noreply.github.com> | 2022-02-14 14:16:24 +0100 |
| commit | 05b56f316ddc94c2bb55b62477ec3914fe81a220 (patch) | |
| tree | 928404930fc4f99dfb45d64a6b510e66e2bcc357 /editor/plugins/ot_features_plugin.cpp | |
| parent | f5a27ee4fe45925cebfda11ea7d53ca8f39e0a13 (diff) | |
| download | redot-engine-05b56f316ddc94c2bb55b62477ec3914fe81a220.tar.gz | |
Remove most EditorNode constructor parameters and fields
Diffstat (limited to 'editor/plugins/ot_features_plugin.cpp')
| -rw-r--r-- | editor/plugins/ot_features_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/ot_features_plugin.cpp b/editor/plugins/ot_features_plugin.cpp index df6d50e195..2c6be5179d 100644 --- a/editor/plugins/ot_features_plugin.cpp +++ b/editor/plugins/ot_features_plugin.cpp @@ -202,7 +202,7 @@ bool EditorInspectorPluginOpenTypeFeatures::parse_property(Object *p_object, con /*************************************************************************/ -OpenTypeFeaturesEditorPlugin::OpenTypeFeaturesEditorPlugin(EditorNode *p_node) { +OpenTypeFeaturesEditorPlugin::OpenTypeFeaturesEditorPlugin() { Ref<EditorInspectorPluginOpenTypeFeatures> ftr_plugin; ftr_plugin.instantiate(); EditorInspector::add_inspector_plugin(ftr_plugin); |
