mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 15:59:43 +00:00
LibGUI: Remove unused String member
This commit is contained in:
parent
d2d2361152
commit
6020a4f274
Notes:
sideshowbarker
2024-07-19 03:05:12 +09:00
Author: https://github.com/BenWiederhake
Commit: 6020a4f274
Pull-request: https://github.com/SerenityOS/serenity/pull/3323
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