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:
parent
8c8118fbf8
commit
93e1728818
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ class WSEvent : public CEvent {
|
|||
public:
|
||||
enum Type {
|
||||
Invalid = 3000,
|
||||
WM_DeferredCompose,
|
||||
MouseMove,
|
||||
MouseDown,
|
||||
MouseDoubleClick,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue