1
Fork 0
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:
Andreas Kling 2019-12-01 19:29:48 +01:00
parent 8bb98aa31b
commit b6ad94407e
4 changed files with 0 additions and 45 deletions

View file

@ -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&);