mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
WindowServer: Remove declarations for non-existent methods
This commit is contained in:
parent
990f1c799e
commit
da81041e97
2 changed files with 0 additions and 3 deletions
|
@ -180,7 +180,6 @@ private:
|
||||||
Screen(size_t);
|
Screen(size_t);
|
||||||
bool open_device();
|
bool open_device();
|
||||||
void close_device();
|
void close_device();
|
||||||
void init();
|
|
||||||
void scale_factor_changed();
|
void scale_factor_changed();
|
||||||
bool set_resolution(bool initial);
|
bool set_resolution(bool initial);
|
||||||
void constrain_pending_flush_rects();
|
void constrain_pending_flush_rects();
|
||||||
|
|
|
@ -254,7 +254,6 @@ public:
|
||||||
Gfx::Bitmap* last_backing_store() { return m_last_backing_store.ptr(); }
|
Gfx::Bitmap* last_backing_store() { return m_last_backing_store.ptr(); }
|
||||||
i32 last_backing_store_serial() const { return m_last_backing_store_serial; }
|
i32 last_backing_store_serial() const { return m_last_backing_store_serial; }
|
||||||
|
|
||||||
void set_global_cursor_tracking_enabled(bool);
|
|
||||||
void set_automatic_cursor_tracking_enabled(bool enabled) { m_automatic_cursor_tracking_enabled = enabled; }
|
void set_automatic_cursor_tracking_enabled(bool enabled) { m_automatic_cursor_tracking_enabled = enabled; }
|
||||||
bool is_automatic_cursor_tracking() const { return m_automatic_cursor_tracking_enabled; }
|
bool is_automatic_cursor_tracking() const { return m_automatic_cursor_tracking_enabled; }
|
||||||
|
|
||||||
|
@ -387,7 +386,6 @@ private:
|
||||||
void add_child_window(Window&);
|
void add_child_window(Window&);
|
||||||
void ensure_window_menu();
|
void ensure_window_menu();
|
||||||
void update_window_menu_items();
|
void update_window_menu_items();
|
||||||
void modal_unparented();
|
|
||||||
ErrorOr<Optional<DeprecatedString>> compute_title_username(ConnectionFromClient* client);
|
ErrorOr<Optional<DeprecatedString>> compute_title_username(ConnectionFromClient* client);
|
||||||
|
|
||||||
ConnectionFromClient* m_client { nullptr };
|
ConnectionFromClient* m_client { nullptr };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue