cocoa: Removed a debug printf that was accidentally committed.
This commit is contained in:
parent
5a0ed0a7e4
commit
e939635f84
1 changed files with 0 additions and 2 deletions
|
@ -1740,8 +1740,6 @@ Cocoa_MinimizeWindow(_THIS, SDL_Window * window)
|
|||
{
|
||||
SDL_WindowData *data = (SDL_WindowData *) window->driverdata;
|
||||
NSWindow *nswindow = data->nswindow;
|
||||
|
||||
printf("Cocoa_MinimizeWindow begin %u\n", (unsigned int) SDL_GetTicks());
|
||||
if ([data->listener isInFullscreenSpaceTransition]) {
|
||||
[data->listener addPendingWindowOperation:PENDING_OPERATION_MINIMIZE];
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue