Fix compiler warning on macOS: remove unused variable
This commit is contained in:
parent
a053b42445
commit
97bab9abbd
@ -1056,7 +1056,6 @@ static void cocoaMouseHandler(NSEvent *theEvent)
|
||||
fl_unlock_function();
|
||||
return;
|
||||
}
|
||||
Fl_Window *first = Fl::first_window();
|
||||
NSPoint pos = [theEvent locationInWindow];
|
||||
float s = Fl::screen_driver()->scale(0);
|
||||
pos.x /= s; pos.y /= s;
|
||||
|
Loading…
Reference in New Issue
Block a user