diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-12-12 10:21:22 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-12-12 10:21:22 -0300 |
commit | e19f176765d8daafa2af9cdf1c8e87441c783e63 (patch) | |
tree | 823fbe863897a95ea63753a96be3200e8ef1560e /tools/editor/script_editor_debugger.cpp | |
parent | a2d817405e42ec0a23803d9e0633ccd9f5ae1863 (diff) |
fix broken merge
Diffstat (limited to 'tools/editor/script_editor_debugger.cpp')
-rw-r--r-- | tools/editor/script_editor_debugger.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/editor/script_editor_debugger.cpp b/tools/editor/script_editor_debugger.cpp index cd265e3704..1247760a55 100644 --- a/tools/editor/script_editor_debugger.cpp +++ b/tools/editor/script_editor_debugger.cpp @@ -1161,23 +1161,10 @@ void ScriptEditorDebugger:: _error_stack_selected(int p_idx){ } -<<<<<<< HEAD void ScriptEditorDebugger::set_hide_on_stop(bool p_hide) { hide_on_stop=p_hide; } -======= -void ScriptEditorDebugger::set_always_visible(bool p_visible) { - - always_visible=p_visible; - - if (p_visible) - show(); - else - hide(); -} - ->>>>>>> c3db5d951c1ee938a0c789c78a9bb8045ef8605b void ScriptEditorDebugger::_bind_methods() { |