mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 13:17: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:
|
public:
|
||||||
enum Type {
|
enum Type {
|
||||||
Invalid = 3000,
|
Invalid = 3000,
|
||||||
WM_DeferredCompose,
|
|
||||||
MouseMove,
|
MouseMove,
|
||||||
MouseDown,
|
MouseDown,
|
||||||
MouseDoubleClick,
|
MouseDoubleClick,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue