From 505c2f9747f5daa49ff5943d3b6787f2355e1c52 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 21 Jul 2001 18:36:37 +0000 Subject: [PATCH] Removed debug info accidentally comitted --- src/video/bwindow/SDL_sysvideo.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/video/bwindow/SDL_sysvideo.cc b/src/video/bwindow/SDL_sysvideo.cc index 45c044f72..90b018f0e 100644 --- a/src/video/bwindow/SDL_sysvideo.cc +++ b/src/video/bwindow/SDL_sysvideo.cc @@ -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);