diff --git a/editor/gui/editor_bottom_panel.cpp b/editor/gui/editor_bottom_panel.cpp index ebe61c954ba..f264faedfa0 100644 --- a/editor/gui/editor_bottom_panel.cpp +++ b/editor/gui/editor_bottom_panel.cpp @@ -39,7 +39,6 @@ #include "editor/gui/editor_version_button.h" #include "editor/scene/editor_scene_tabs.h" #include "editor/settings/editor_command_palette.h" -#include "editor/themes/editor_scale.h" #include "scene/gui/box_container.h" #include "scene/gui/button.h" #include "scene/gui/separator.h" @@ -150,12 +149,6 @@ void EditorBottomPanel::make_item_visible(Control *p_item, bool p_visible, bool dock->set_visible(p_visible); } -void EditorBottomPanel::move_item_to_end(Control *p_item) { - EditorDock *dock = _get_dock_from_control(p_item); - ERR_FAIL_NULL(dock); - move_child(dock, -1); -} - void EditorBottomPanel::hide_bottom_panel() { set_current_tab(-1); } diff --git a/editor/gui/editor_bottom_panel.h b/editor/gui/editor_bottom_panel.h index ba9e8bf3618..523f8aacfd7 100644 --- a/editor/gui/editor_bottom_panel.h +++ b/editor/gui/editor_bottom_panel.h @@ -51,7 +51,6 @@ class EditorBottomPanel : public TabContainer { int previous_tab = -1; bool lock_panel_switching = false; LocalVector bottom_docks; - LocalVector> dock_shortcuts; HashMap dock_offsets; LocalVector