mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
WindowServer: Remove stray semicolon
This commit is contained in:
parent
5fcd25e8f6
commit
b1c83e5a64
Notes:
sideshowbarker
2024-07-19 06:46:18 +09:00
Author: https://github.com/shannonbooth
Commit: b1c83e5a64
Pull-request: https://github.com/SerenityOS/serenity/pull/2168
Reviewed-by: https://github.com/awesomekling
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