mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Remove empty bind_methods()
This commit is contained in:
parent
33c30b9e63
commit
065dd099dd
76 changed files with 0 additions and 347 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue