mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:27:35 +00:00
WindowServer: Remove unused WSMessage::is_paint_event().
This commit is contained in:
parent
9fa8d4e22f
commit
f34c0e414b
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ public:
|
|||
|
||||
bool is_mouse_event() const { return m_type == MouseMove || m_type == MouseDown || m_type == MouseUp; }
|
||||
bool is_key_event() const { return m_type == KeyUp || m_type == KeyDown; }
|
||||
bool is_paint_event() const { return m_type == WM_ClientWantsToPaint; }
|
||||
|
||||
private:
|
||||
Type m_type { Invalid };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue