mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:27:44 +00:00
LibGUI: Remove unused String member
This commit is contained in:
parent
d2d2361152
commit
6020a4f274
1 changed files with 0 additions and 1 deletions
|
@ -309,7 +309,6 @@ private:
|
||||||
u8 m_modifiers { 0 };
|
u8 m_modifiers { 0 };
|
||||||
u32 m_code_point { 0 };
|
u32 m_code_point { 0 };
|
||||||
u32 m_scancode { 0 };
|
u32 m_scancode { 0 };
|
||||||
String m_text2;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class MouseEvent final : public Event {
|
class MouseEvent final : public Event {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue