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

WindowServer: Delete dead set_screen parameter

This commit is contained in:
Nico Weber 2021-01-15 10:30:31 -05:00 committed by Andreas Kling
parent b2086c8d77
commit 867807fb2b
2 changed files with 3 additions and 8 deletions

View file

@ -82,7 +82,7 @@ public:
Palette palette() const { return Palette(*m_palette); }
RefPtr<Core::ConfigFile> config() const { return m_config; }
void reload_config(bool);
void reload_config();
void add_window(Window&);
void remove_window(Window&);