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

WindowServer: Remove declarations for non-existent methods

This commit is contained in:
Sam Atkins 2023-01-27 17:10:32 +00:00 committed by Linus Groh
parent 990f1c799e
commit da81041e97
2 changed files with 0 additions and 3 deletions

View file

@ -180,7 +180,6 @@ private:
Screen(size_t);
bool open_device();
void close_device();
void init();
void scale_factor_changed();
bool set_resolution(bool initial);
void constrain_pending_flush_rects();