From dd197cd6d3348dbe1b0f9a8190b10ec6c545df68 Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Sun, 24 Jan 2016 16:44:59 +0100 Subject: Removed debugger X (hide) button --- tools/editor/script_editor_debugger.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tools/editor/script_editor_debugger.h') diff --git a/tools/editor/script_editor_debugger.h b/tools/editor/script_editor_debugger.h index 0be311a99..ecd049495 100644 --- a/tools/editor/script_editor_debugger.h +++ b/tools/editor/script_editor_debugger.h @@ -76,9 +76,6 @@ class ScriptEditorDebugger : public Control { - TextureButton *tb; - - TabContainer *tabs; LineEdit *reason; @@ -129,7 +126,6 @@ class ScriptEditorDebugger : public Control { void _performance_select(Object *, int, bool); void _stack_dump_frame_selected(); void _output_clear(); - void _hide_request(); void _scene_tree_request(); void _parse_message(const String& p_msg,const Array& p_data); -- cgit v1.3.1