diff --git a/osx/tools/cursors.m b/osx/tools/cursors.m index fc514a4c..879bbb33 100644 --- a/osx/tools/cursors.m +++ b/osx/tools/cursors.m @@ -73,7 +73,6 @@ void SetNSCursor(CursorRef cursor){ } void SetNSCursorWatch() { - SetNSCursor([NSCursor watchCursor]); } void HideNSCursor(){ diff --git a/osx/tools/winutil.mac.mm b/osx/tools/winutil.mac.mm index 23eb3622..01bbb7d5 100644 --- a/osx/tools/winutil.mac.mm +++ b/osx/tools/winutil.mac.mm @@ -26,7 +26,6 @@ void makeFrontWindow(sf::Window& win) { id nsHandle = id(handle); if([nsHandle isKindOfClass: [NSWindow class]]) { [nsHandle orderFrontRegardless]; - [nsHandle makeMainWindow]; [nsHandle makeKeyWindow]; } }