summaryrefslogtreecommitdiffstats
path: root/editor/plugins/shader_file_editor_plugin.cpp
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2024-08-15 07:53:08 +0200
committerkobewi <kobewi4e@gmail.com>2024-08-15 08:24:32 +0200
commit065dd099ddada9df681e352e0c65db391f2d3cad (patch)
treebf111757252449a61437c3a78bdc50b782897395 /editor/plugins/shader_file_editor_plugin.cpp
parent33c30b9e63a58b860cb2f36957c5e25cee34a627 (diff)
downloadredot-engine-065dd099ddada9df681e352e0c65db391f2d3cad.tar.gz
Remove empty bind_methods()
Diffstat (limited to 'editor/plugins/shader_file_editor_plugin.cpp')
-rw-r--r--editor/plugins/shader_file_editor_plugin.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/plugins/shader_file_editor_plugin.cpp b/editor/plugins/shader_file_editor_plugin.cpp
index 05919fb0f6..d732d51f69 100644
--- a/editor/plugins/shader_file_editor_plugin.cpp
+++ b/editor/plugins/shader_file_editor_plugin.cpp
@@ -218,9 +218,6 @@ void ShaderFileEditor::_editor_settings_changed() {
}
}
-void ShaderFileEditor::_bind_methods() {
-}
-
void ShaderFileEditor::edit(const Ref<RDShaderFile> &p_shader) {
if (p_shader.is_null()) {
if (shader_file.is_valid()) {