1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:47:44 +00:00

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

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; }