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

Magnifier: Remove unnecessary global cursor tracking

This commit is contained in:
Ben Wiederhake 2021-09-07 22:08:59 +02:00 committed by Andreas Kling
parent f717008bde
commit 0a69da08aa
3 changed files with 0 additions and 13 deletions

View file

@ -79,7 +79,5 @@ int main(int argc, char** argv)
window->show();
magnifier.track_cursor_globally();
return app->exec();
}