WindowServer: Remove stray semicolon

This commit is contained in:
Shannon Booth 2020-05-09 15:57:00 +12:00 committed by Andreas Kling
commit b1c83e5a64
Notes: sideshowbarker 2024-07-19 06:46:18 +09:00

View file

@ -423,7 +423,6 @@ void WindowManager::start_window_resize(Window& window, const Gfx::Point& positi
#endif
m_resizing_mouse_button = button;
m_resize_window = window.make_weak_ptr();
;
m_resize_origin = position;
m_resize_window_original_rect = window.rect();