WindowServer: Remove unimplemented header function

This commit is contained in:
Shannon Booth 2020-02-11 21:15:37 +13:00 committed by Andreas Kling
parent 97508844dc
commit 96bfbfca9b
Notes: sideshowbarker 2024-07-19 09:27:12 +09:00

View file

@ -149,8 +149,6 @@ public:
m_frame.notify_window_rect_changed(old_rect, rect);
}
void set_rect_from_window_manager_resize(const Gfx::Rect&);
void set_taskbar_rect(const Gfx::Rect& rect) { m_taskbar_rect = rect; }
const Gfx::Rect& taskbar_rect() const { return m_taskbar_rect; }