mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
Everywhere: Remove unused local variables and lambda captures
This commit is contained in:
committed by
Gunnar Beutner
parent
5f7f063919
commit
ca06fd658d
@@ -1034,7 +1034,6 @@ Messages::WindowServer::GetScreenBitmapAroundCursorResponse ClientConnection::ge
|
||||
if (auto bitmap = Gfx::Bitmap::create(Gfx::BitmapFormat::BGRx8888, rect.size(), 1)) {
|
||||
auto bounding_screen_src_rect = Screen::bounding_rect().intersected(rect);
|
||||
Gfx::Painter painter(*bitmap);
|
||||
Gfx::IntRect last_cursor_rect;
|
||||
auto& screen_with_cursor = ScreenInput::the().cursor_location_screen();
|
||||
auto cursor_rect = Compositor::the().current_cursor_rect();
|
||||
Screen::for_each([&](auto& screen) {
|
||||
|
||||
Reference in New Issue
Block a user