Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removed custom code that fixed Game Center notifications non-display,…
Browse files Browse the repository at this point in the history
… in favor of an official fix (done via UIKit_ShowWindow).
  • Loading branch information
DavidLudwig committed Sep 1, 2012
1 parent 347f87c commit c5e299a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/video/uikit/SDL_uikitwindow.m
Expand Up @@ -200,9 +200,6 @@ static int SetupWindowData(_THIS, SDL_Window *window, UIWindow *uiwindow, SDL_bo
[uiwindow setScreen:data->uiscreen];
}

// Make sure the native window gets displayed.
[uiwindow makeKeyAndVisible];

if (SetupWindowData(_this, window, uiwindow, SDL_TRUE) < 0) {
[uiwindow release];
return -1;
Expand Down

0 comments on commit c5e299a

Please sign in to comment.