mirror of
https://github.com/RGBCube/serenity
synced 2025-07-10 08:47:35 +00:00
WindowServer: Remove unused WindowManager::draw_window_switcher()
This commit is contained in:
parent
0f00e9a1c7
commit
cfa6e44131
3 changed files with 1 additions and 10 deletions
|
@ -942,12 +942,6 @@ Gfx::Rect WindowManager::menubar_rect() const
|
|||
return MenuManager::the().menubar_rect();
|
||||
}
|
||||
|
||||
void WindowManager::draw_window_switcher()
|
||||
{
|
||||
if (m_switcher.is_visible())
|
||||
m_switcher.draw();
|
||||
}
|
||||
|
||||
void WindowManager::event(Core::Event& event)
|
||||
{
|
||||
if (static_cast<Event&>(event).is_mouse_event()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue