diff --git a/Libraries/LibGUI/Event.h b/Libraries/LibGUI/Event.h index ca906a5783..77f4e70426 100644 --- a/Libraries/LibGUI/Event.h +++ b/Libraries/LibGUI/Event.h @@ -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 {