summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties_array_dict.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2024-08-15 07:53:08 +0200
committerkobewi <kobewi4e@gmail.com>2024-08-15 08:24:32 +0200
commit065dd099ddada9df681e352e0c65db391f2d3cad (patch)
treebf111757252449a61437c3a78bdc50b782897395 /editor/editor_properties_array_dict.h
parent33c30b9e63a58b860cb2f36957c5e25cee34a627 (diff)
downloadredot-engine-065dd099ddada9df681e352e0c65db391f2d3cad.tar.gz
Remove empty bind_methods()
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: