summaryrefslogtreecommitdiffstats
path: root/tools/editor/script_editor_debugger.h
diff options
context:
space:
mode:
authorIgnacio Etcheverry <ignalfonsore@gmail.com>2016-01-24 16:44:59 +0100
committerIgnacio Etcheverry <ignalfonsore@gmail.com>2016-01-24 16:44:59 +0100
commitdd197cd6d3348dbe1b0f9a8190b10ec6c545df68 (patch)
tree5b9fad06bca5c0d856386df64bea4e40e6613046 /tools/editor/script_editor_debugger.h
parentdfbc2dce177462506d9c41dfaa867dd76bd136a7 (diff)
downloadredot-engine-dd197cd6d3348dbe1b0f9a8190b10ec6c545df68.tar.gz
Removed debugger X (hide) button
Diffstat (limited to 'tools/editor/script_editor_debugger.h')
-rw-r--r--tools/editor/script_editor_debugger.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/editor/script_editor_debugger.h b/tools/editor/script_editor_debugger.h
index 0be311a990..ecd0494955 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);