WindowServer: Remove unimplemented header function
This commit is contained in:
parent
97508844dc
commit
96bfbfca9b
Notes:
sideshowbarker
2024-07-19 09:27:12 +09:00
Author: https://github.com/shannonbooth Commit: https://github.com/SerenityOS/serenity/commit/96bfbfca9b6 Pull-request: https://github.com/SerenityOS/serenity/pull/1209 Reviewed-by: https://github.com/awesomekling
1 changed files with 0 additions and 2 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue