Everywhere: Replace uses of GUI::Desktop's on_rect_change and remove it

This commit is contained in:
Linus Groh 2021-04-04 00:07:27 +02:00 committed by Andreas Kling
commit 96b26ec125
Notes: sideshowbarker 2024-07-18 20:51:10 +09:00
7 changed files with 16 additions and 16 deletions

View file

@ -50,8 +50,6 @@ void Desktop::did_receive_screen_rect(Badge<WindowServerConnection>, const Gfx::
if (m_rect == rect)
return;
m_rect = rect;
if (on_rect_change)
on_rect_change(rect);
}
void Desktop::set_background_color(const StringView& background_color)