diff options
| author | Rémi Verschelde | 2016-01-25 11:02:26 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2016-01-25 11:02:26 +0100 |
| commit | 87517c564b83218871ac53afdad375a9501e6cb8 (patch) | |
| tree | 80db2a1d2fc7f8bb8140259dc9b2804ee4995533 /tools/editor/script_editor_debugger.h | |
| parent | 6eb616087de939104a9c988856edb4450777c339 (diff) | |
| parent | dd197cd6d3348dbe1b0f9a8190b10ec6c545df68 (diff) | |
| download | godot-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.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 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); |
