diff options
| author | Franklin Sobrinho | 2015-12-12 18:15:31 -0300 |
|---|---|---|
| committer | Franklin Sobrinho | 2015-12-12 18:15:31 -0300 |
| commit | df57239f7f41629149dc387febaf66e394dcf0a6 (patch) | |
| tree | cd22909af0d825ce5699d435941ec019cd1eea8b /tools/editor/script_editor_debugger.h | |
| parent | 97fe073f33e7efa417e424e6f146435596ee9864 (diff) | |
| download | godot-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.h | 1 |
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; |
