summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties_array_dict.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_properties_array_dict.h')
-rw-r--r--editor/editor_properties_array_dict.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/editor_properties_array_dict.h b/editor/editor_properties_array_dict.h
index acde766754..024c04956f 100644
--- a/editor/editor_properties_array_dict.h
+++ b/editor/editor_properties_array_dict.h
@@ -150,7 +150,6 @@ protected:
bool updating = false;
bool dropping = false;
- static void _bind_methods();
void _notification(int p_what);
virtual void _add_element();
@@ -234,7 +233,6 @@ class EditorPropertyDictionary : public EditorProperty {
void _object_id_selected(const StringName &p_property, ObjectID p_id);
protected:
- static void _bind_methods();
void _notification(int p_what);
public:
@@ -271,7 +269,6 @@ class EditorPropertyLocalizableString : public EditorProperty {
void _object_id_selected(const StringName &p_property, ObjectID p_id);
protected:
- static void _bind_methods();
void _notification(int p_what);
public: