LibGUI: Remove unused String member

This commit is contained in:
Ben Wiederhake 2020-08-26 22:11:18 +02:00 committed by Andreas Kling
parent d2d2361152
commit 6020a4f274

View file

@ -309,7 +309,6 @@ private:
u8 m_modifiers { 0 };
u32 m_code_point { 0 };
u32 m_scancode { 0 };
String m_text2;
};
class MouseEvent final : public Event {