You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Remove empty bind_methods()
This commit is contained in:
@@ -7653,9 +7653,6 @@ void EditorPropertyVisualShaderMode::set_option_button_clip(bool p_enable) {
|
||||
options->set_clip_text(p_enable);
|
||||
}
|
||||
|
||||
void EditorPropertyVisualShaderMode::_bind_methods() {
|
||||
}
|
||||
|
||||
EditorPropertyVisualShaderMode::EditorPropertyVisualShaderMode() {
|
||||
options = memnew(OptionButton);
|
||||
options->set_clip_text(true);
|
||||
@@ -7787,9 +7784,6 @@ void VisualShaderNodePortPreview::_notification(int p_what) {
|
||||
}
|
||||
}
|
||||
|
||||
void VisualShaderNodePortPreview::_bind_methods() {
|
||||
}
|
||||
|
||||
//////////////////////////////////
|
||||
|
||||
String VisualShaderConversionPlugin::converts_to() const {
|
||||
|
||||
Reference in New Issue
Block a user