mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:57:34 +00:00
WindowServer: Remove unused GetWindowBackingStore IPC request
This commit is contained in:
parent
8bb98aa31b
commit
b6ad94407e
4 changed files with 0 additions and 45 deletions
|
@ -71,7 +71,6 @@ private:
|
|||
void handle_request(const WSAPIDestroyWindowRequest&);
|
||||
void handle_request(const WSAPIInvalidateRectRequest&);
|
||||
void handle_request(const WSAPIDidFinishPaintingNotification&);
|
||||
void handle_request(const WSAPIGetWindowBackingStoreRequest&);
|
||||
void handle_request(const WSAPISetWindowBackingStoreRequest&);
|
||||
void handle_request(const WSAPISetGlobalCursorTrackingRequest&);
|
||||
void handle_request(const WSAPISetWindowOpacityRequest&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue