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