From e19f176765d8daafa2af9cdf1c8e87441c783e63 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 12 Dec 2015 10:21:22 -0300 Subject: [PATCH] fix broken merge --- tools/editor/plugins/script_editor_plugin.cpp | 2 -- tools/editor/script_editor_debugger.cpp | 13 ------------- 2 files changed, 15 deletions(-) diff --git a/tools/editor/plugins/script_editor_plugin.cpp b/tools/editor/plugins/script_editor_plugin.cpp index 4332ba57a3b..df6397ed1d7 100644 --- a/tools/editor/plugins/script_editor_plugin.cpp +++ b/tools/editor/plugins/script_editor_plugin.cpp @@ -604,8 +604,6 @@ void ScriptEditor::_breaked(bool p_breaked,bool p_can_debug) { void ScriptEditor::_show_debugger(bool p_show) { debug_menu->get_popup()->set_item_checked( debug_menu->get_popup()->get_item_index(DEBUG_SHOW), p_show); - - debugger->set_always_visible(p_show); } void ScriptEditor::_script_created(Ref