mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09:00
WindowServer: Remove unused WSMessage::is_paint_event().
This commit is contained in:
parent
9fa8d4e22f
commit
f34c0e414b
Notes:
sideshowbarker
2024-07-19 15:56:28 +09:00
Author: https://github.com/awesomekling
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