mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:08:12 +00:00
Everywhere: Remove unused local variables and lambda captures
This commit is contained in:
parent
5f7f063919
commit
ca06fd658d
10 changed files with 10 additions and 15 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue