mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 20:51:14 +00:00
Removed debugger X (hide) button
This commit is contained in:
parent
dfbc2dce17
commit
dd197cd6d3
2 changed files with 0 additions and 22 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue