Mercurial > sdl-ios-xcode
changeset 115:7be1046c4a68
Removed debug info accidentally comitted
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 21 Jul 2001 18:36:37 +0000 |
parents | dabc453ce7f7 |
children | e811db89bfbe |
files | src/video/bwindow/SDL_sysvideo.cc |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/bwindow/SDL_sysvideo.cc Fri Jul 20 20:07:53 2001 +0000 +++ b/src/video/bwindow/SDL_sysvideo.cc Sat Jul 21 18:36:37 2001 +0000 @@ -416,7 +416,6 @@ */ xoff = (bounds.IntegerWidth() - width)/2; yoff = (bounds.IntegerHeight() - height)/2; -printf("Setting X/Y offset: %d/%d\n", xoff, yoff); if ( fullscreen ) { /* Set offset for drawing */ SDL_Win->SetXYOffset(xoff, yoff);