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:
parent
5fcd25e8f6
commit
b1c83e5a64
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue