Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Removed some debug prints.
- Loading branch information
Showing
with
0 additions
and
2 deletions.
-
+0
−2
src/video/cocoa/SDL_cocoawindow.m
|
@@ -1189,7 +1189,6 @@ - (void)resetCursorRects |
|
|
Cocoa_CreateWindow(_THIS, SDL_Window * window) |
|
|
{ @autoreleasepool |
|
|
{ |
|
|
NSLog(@"CREATE WINDOW"); |
|
|
SDL_VideoData *videodata = (SDL_VideoData *) _this->driverdata; |
|
|
NSWindow *nswindow; |
|
|
SDL_VideoDisplay *display = SDL_GetDisplayForWindow(window); |
|
@@ -1549,7 +1548,6 @@ - (void)resetCursorRects |
|
|
} |
|
|
|
|
|
s_moveHack = 0; |
|
|
NSLog(@"SET CONTENT SIZE: %@", NSStringFromRect(rect)); |
|
|
[nswindow setContentSize:rect.size]; |
|
|
[nswindow setFrameOrigin:rect.origin]; |
|
|
s_moveHack = SDL_GetTicks(); |
|
|