diff options
author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2016-01-24 16:44:59 +0100 |
---|---|---|
committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2016-01-24 16:44:59 +0100 |
commit | dd197cd6d3348dbe1b0f9a8190b10ec6c545df68 (patch) | |
tree | 5b9fad06bca5c0d856386df64bea4e40e6613046 /tools/editor/script_editor_debugger.h | |
parent | dfbc2dce177462506d9c41dfaa867dd76bd136a7 (diff) | |
download | redot-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.h | 4 |
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); |