Skip to content

Commit 19c2f5a

Browse files
s1hofmannsvettwer
andauthored
Update src/macos/window_manager.mm
Co-authored-by: Sven Hettwer <[email protected]>
1 parent 107fb79 commit 19c2f5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/macos/window_manager.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ MMRect getWindowRect(const WindowHandle windowHandle) {
8080
if (CGRectMakeWithDictionaryRepresentation((CFDictionaryRef)windowInfo[(id)kCGWindowBounds], &windowRect)) {
8181
return MMRectMake(windowRect.origin.x, windowRect.origin.y, windowRect.size.width, windowRect.size.height);
8282
}
83-
return MMRectMake(0, 0, 0, 0);
8483
}
8584
return MMRectMake(0, 0, 0, 0);
8685
}

0 commit comments

Comments
 (0)