Skip to content

Commit

Permalink
Removed debug info accidentally comitted
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 21, 2001
1 parent 54475af commit 505c2f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/bwindow/SDL_sysvideo.cc
Expand Up @@ -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);
Expand Down

0 comments on commit 505c2f9

Please sign in to comment.