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

WindowServer: Remove unused WSEvent::WM_DeferredCompose

This was an old event type in the early days of userspace WindowServer.
This commit is contained in:
Andreas Kling 2020-01-02 03:35:48 +01:00
parent 8c8118fbf8
commit 93e1728818

View file

@ -11,7 +11,6 @@ class WSEvent : public CEvent {
public:
enum Type {
Invalid = 3000,
WM_DeferredCompose,
MouseMove,
MouseDown,
MouseDoubleClick,