diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_cocoa.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index 89262361c..f0a0f7956 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -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; |
