mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
WindowServer: Remove declarations for non-existent methods
This commit is contained in:
parent
990f1c799e
commit
da81041e97
Notes:
sideshowbarker
2024-07-17 01:05:37 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/da81041e97 Pull-request: https://github.com/SerenityOS/serenity/pull/17203 Reviewed-by: https://github.com/linusg ✅
2 changed files with 0 additions and 3 deletions
|
@ -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();
|
||||
|
|
|
@ -254,7 +254,6 @@ public:
|
|||
Gfx::Bitmap* last_backing_store() { return m_last_backing_store.ptr(); }
|
||||
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; }
|
||||
bool is_automatic_cursor_tracking() const { return m_automatic_cursor_tracking_enabled; }
|
||||
|
||||
|
@ -387,7 +386,6 @@ private:
|
|||
void add_child_window(Window&);
|
||||
void ensure_window_menu();
|
||||
void update_window_menu_items();
|
||||
void modal_unparented();
|
||||
ErrorOr<Optional<DeprecatedString>> compute_title_username(ConnectionFromClient* client);
|
||||
|
||||
ConnectionFromClient* m_client { nullptr };
|
||||
|
|
Loading…
Add table
Reference in a new issue