1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00

WindowServer: Remove stray semicolon

This commit is contained in:
Shannon Booth 2020-05-09 15:57:00 +12:00 committed by Andreas Kling
parent 5fcd25e8f6
commit b1c83e5a64

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();