aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/script_editor_debugger.h
diff options
context:
space:
mode:
authorFranklin Sobrinho2015-12-12 18:15:31 -0300
committerFranklin Sobrinho2015-12-12 18:15:31 -0300
commitdf57239f7f41629149dc387febaf66e394dcf0a6 (patch)
treecd22909af0d825ce5699d435941ec019cd1eea8b /tools/editor/script_editor_debugger.h
parent97fe073f33e7efa417e424e6f146435596ee9864 (diff)
downloadgodot-df57239f7f41629149dc387febaf66e394dcf0a6.tar.gz
godot-df57239f7f41629149dc387febaf66e394dcf0a6.tar.zst
godot-df57239f7f41629149dc387febaf66e394dcf0a6.zip
Remove last remaining variables of PR-3043
Diffstat (limited to '')
-rw-r--r--tools/editor/script_editor_debugger.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/editor/script_editor_debugger.h b/tools/editor/script_editor_debugger.h
index 906714d13..43666b37d 100644
--- a/tools/editor/script_editor_debugger.h
+++ b/tools/editor/script_editor_debugger.h
@@ -81,7 +81,6 @@ class ScriptEditorDebugger : public Control {
TabContainer *tabs;
Label *reason;
- bool always_visible;
bool log_forced_visible;
ScriptEditorDebuggerVariables *variables;