1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Removed debugger X (hide) button

This commit is contained in:
Ignacio Etcheverry
2016-01-24 16:44:59 +01:00
parent dfbc2dce17
commit dd197cd6d3
2 changed files with 0 additions and 22 deletions

View File

@@ -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);