Removed custom code that fixed Game Center notifications non-display, in favor of an official fix (done via UIKit_ShowWindow).

This commit is contained in:
DavidLudwig 2012-09-01 09:17:34 -04:00
parent 29652a3e3d
commit 03f451e902

View file

@ -200,9 +200,6 @@ UIKit_CreateWindow(_THIS, SDL_Window *window)
[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;