1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:17:35 +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

@ -14,7 +14,6 @@ class MagnifierWidget final : public GUI::Frame {
public:
virtual ~MagnifierWidget();
void set_scale_factor(int scale_factor);
void track_cursor_globally();
private:
MagnifierWidget();