From a400a65c8a3f96b5e5b4b1367a07a95b29dafc76 Mon Sep 17 00:00:00 2001 From: "Wilson E. Alvarez" Date: Tue, 29 Aug 2017 06:00:37 -0400 Subject: Renamed 'script_changed' signal in the script editor plugin to 'edited_script_changed' --- editor/plugins/shader_editor_plugin.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'editor/plugins/shader_editor_plugin.cpp') diff --git a/editor/plugins/shader_editor_plugin.cpp b/editor/plugins/shader_editor_plugin.cpp index 069a0c4292..ab6fba6e5d 100644 --- a/editor/plugins/shader_editor_plugin.cpp +++ b/editor/plugins/shader_editor_plugin.cpp @@ -197,8 +197,6 @@ void ShaderTextEditor::_validate_script() { } void ShaderTextEditor::_bind_methods() { - - //ADD_SIGNAL( MethodInfo("script_changed") ); } ShaderTextEditor::ShaderTextEditor() { -- cgit v1.2.3