aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/script_editor_debugger.h
diff options
context:
space:
mode:
authorRémi Verschelde2016-01-25 11:02:26 +0100
committerRémi Verschelde2016-01-25 11:02:26 +0100
commit87517c564b83218871ac53afdad375a9501e6cb8 (patch)
tree80db2a1d2fc7f8bb8140259dc9b2804ee4995533 /tools/editor/script_editor_debugger.h
parent6eb616087de939104a9c988856edb4450777c339 (diff)
parentdd197cd6d3348dbe1b0f9a8190b10ec6c545df68 (diff)
downloadgodot-87517c564b83218871ac53afdad375a9501e6cb8.tar.gz
godot-87517c564b83218871ac53afdad375a9501e6cb8.tar.zst
godot-87517c564b83218871ac53afdad375a9501e6cb8.zip
Merge pull request #3436 from neikeq/rm_dbg_x
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 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);