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:
parent
b2086c8d77
commit
867807fb2b
2 changed files with 3 additions and 8 deletions
|
@ -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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue