diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-06-24 08:24:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-24 08:24:40 +0200 |
commit | 6ad814bf7b4668399bf9487d38e8924c6faeb4bf (patch) | |
tree | a37d58085e32f2b96d3bfb6117c9620aaf3cbd49 /editor/plugins/script_text_editor.h | |
parent | 7d60a88888afa3d62ea66fb6339547d65e2031d1 (diff) | |
parent | 25cb5a42e01ff8e5f0eb1f105559606cc9fd3844 (diff) |
Merge pull request #39775 from Chaosus/fix_error_label
Fix error label clicking in status bar for shader editor
Diffstat (limited to 'editor/plugins/script_text_editor.h')
-rw-r--r-- | editor/plugins/script_text_editor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/script_text_editor.h b/editor/plugins/script_text_editor.h index adcd0218bc..8fa380b64d 100644 --- a/editor/plugins/script_text_editor.h +++ b/editor/plugins/script_text_editor.h @@ -159,7 +159,6 @@ protected: void _load_theme_settings(); void _set_theme_for_script(); void _show_warnings_panel(bool p_show); - void _error_pressed(); void _warning_clicked(Variant p_line); void _notification(int p_what); |