mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #95542 from KoBeWi/go_bind_yourself
Remove empty `bind_methods()`
This commit is contained in:
commit
0f9925c0f9
76 changed files with 0 additions and 347 deletions
|
@ -7652,9 +7652,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);
|
||||
|
@ -7786,9 +7783,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