summaryrefslogtreecommitdiff
path: root/editor/plugins/ot_features_plugin.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-11-10 22:06:30 +0100
committerGitHub <noreply@github.com>2021-11-10 22:06:30 +0100
commit68664c02398e443617ba4d6f3ad9691087ce7e5c (patch)
treec0f5e266ec4263fcccb5e1329432e6de6673cdfb /editor/plugins/ot_features_plugin.h
parent7b3abf17fdde312eb8ae85924e511f30bce4ea3b (diff)
parent2e4d18c92926b15188fc479e3fa432a453b45df8 (diff)
Merge pull request #54836 from pycbouh/inspector-plugins-fixes-and-groups
Diffstat (limited to 'editor/plugins/ot_features_plugin.h')
-rw-r--r--editor/plugins/ot_features_plugin.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/plugins/ot_features_plugin.h b/editor/plugins/ot_features_plugin.h
index dbafa3bbf6..add491ed48 100644
--- a/editor/plugins/ot_features_plugin.h
+++ b/editor/plugins/ot_features_plugin.h
@@ -86,8 +86,6 @@ class EditorInspectorPluginOpenTypeFeatures : public EditorInspectorPlugin {
public:
virtual bool can_handle(Object *p_object) override;
- virtual void parse_begin(Object *p_object) override;
- virtual void parse_category(Object *p_object, const String &p_parse_category) override;
virtual bool parse_property(Object *p_object, const Variant::Type p_type, const String &p_path, const PropertyHint p_hint, const String &p_hint_text, const uint32_t p_usage, const bool p_wide = false) override;
};