Removed debug info accidentally comitted

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40116
This commit is contained in:
Sam Lantinga 2001-07-21 18:36:37 +00:00
parent 841a877674
commit 432e70c604

View File

@ -416,7 +416,6 @@ static int BE_SetFullScreen(_THIS, SDL_Surface *screen, int fullscreen)
*/
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);