You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Remove last remaining variables of PR-3043
This commit is contained in:
@@ -570,7 +570,6 @@ void ScriptEditorDebugger::_notification(int p_what) {
|
|||||||
ppeer->set_stream_peer(connection);
|
ppeer->set_stream_peer(connection);
|
||||||
|
|
||||||
|
|
||||||
if (!always_visible)
|
|
||||||
show();
|
show();
|
||||||
|
|
||||||
dobreak->set_disabled(false);
|
dobreak->set_disabled(false);
|
||||||
@@ -1460,7 +1459,6 @@ ScriptEditorDebugger::ScriptEditorDebugger(EditorNode *p_editor){
|
|||||||
add_child(msgdialog);
|
add_child(msgdialog);
|
||||||
|
|
||||||
hide();
|
hide();
|
||||||
always_visible=false;
|
|
||||||
log_forced_visible=false;
|
log_forced_visible=false;
|
||||||
|
|
||||||
p_editor->get_undo_redo()->set_method_notify_callback(_method_changeds,this);
|
p_editor->get_undo_redo()->set_method_notify_callback(_method_changeds,this);
|
||||||
|
|||||||
@@ -81,7 +81,6 @@ class ScriptEditorDebugger : public Control {
|
|||||||
TabContainer *tabs;
|
TabContainer *tabs;
|
||||||
|
|
||||||
Label *reason;
|
Label *reason;
|
||||||
bool always_visible;
|
|
||||||
bool log_forced_visible;
|
bool log_forced_visible;
|
||||||
ScriptEditorDebuggerVariables *variables;
|
ScriptEditorDebuggerVariables *variables;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user