1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:17:35 +00:00

WindowServer: Remove m_unmaximized_rect from Window

Superceded by m_floating_rect
This commit is contained in:
thankyouverycool 2022-08-18 07:02:22 -04:00 committed by Andreas Kling
parent 68570e897d
commit ab517aa21d
2 changed files with 3 additions and 6 deletions

View file

@ -455,7 +455,6 @@ private:
RefPtr<Cursor> m_cursor_override;
WindowFrame m_frame;
Gfx::DisjointRectSet m_pending_paint_rects;
Gfx::IntRect m_unmaximized_rect;
Gfx::IntRect m_rect_in_applet_area;
RefPtr<Menu> m_window_menu;
MenuItem* m_window_menu_minimize_item { nullptr };