Remove empty bind_methods()
This commit is contained in:
@@ -836,9 +836,6 @@ bool EditorPropertyArray::is_colored(ColorationMode p_mode) {
|
||||
return p_mode == COLORATION_CONTAINER_RESOURCE;
|
||||
}
|
||||
|
||||
void EditorPropertyArray::_bind_methods() {
|
||||
}
|
||||
|
||||
EditorPropertyArray::EditorPropertyArray() {
|
||||
object.instantiate();
|
||||
page_length = int(EDITOR_GET("interface/inspector/max_array_dictionary_items_per_page"));
|
||||
@@ -1166,9 +1163,6 @@ void EditorPropertyDictionary::_page_changed(int p_page) {
|
||||
update_property();
|
||||
}
|
||||
|
||||
void EditorPropertyDictionary::_bind_methods() {
|
||||
}
|
||||
|
||||
bool EditorPropertyDictionary::is_colored(ColorationMode p_mode) {
|
||||
return p_mode == COLORATION_CONTAINER_RESOURCE;
|
||||
}
|
||||
@@ -1385,9 +1379,6 @@ void EditorPropertyLocalizableString::_page_changed(int p_page) {
|
||||
update_property();
|
||||
}
|
||||
|
||||
void EditorPropertyLocalizableString::_bind_methods() {
|
||||
}
|
||||
|
||||
EditorPropertyLocalizableString::EditorPropertyLocalizableString() {
|
||||
object.instantiate();
|
||||
page_length = int(EDITOR_GET("interface/inspector/max_array_dictionary_items_per_page"));
|
||||
|
||||
Reference in New Issue
Block a user