1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Remove last remaining variables of PR-3043

This commit is contained in:
Franklin Sobrinho
2015-12-12 18:15:31 -03:00
parent 97fe073f33
commit df57239f7f
2 changed files with 1 additions and 4 deletions

View File

@@ -81,7 +81,6 @@ class ScriptEditorDebugger : public Control {
TabContainer *tabs;
Label *reason;
bool always_visible;
bool log_forced_visible;
ScriptEditorDebuggerVariables *variables;