mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:27:35 +00:00
WindowServer: Remove unimplemented header function
This commit is contained in:
parent
97508844dc
commit
96bfbfca9b
1 changed files with 0 additions and 2 deletions
|
@ -149,8 +149,6 @@ public:
|
||||||
m_frame.notify_window_rect_changed(old_rect, rect);
|
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; }
|
void set_taskbar_rect(const Gfx::Rect& rect) { m_taskbar_rect = rect; }
|
||||||
const Gfx::Rect& taskbar_rect() const { return m_taskbar_rect; }
|
const Gfx::Rect& taskbar_rect() const { return m_taskbar_rect; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue