Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Jun 29, 2005
1 parent b8f28af commit c8ea7da
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/video/gem/SDL_gemwm.c
Expand Up @@ -39,8 +39,6 @@ static char rcsid =

/* Defines */

#define DEBUG_VIDEO_GEM 0

#define ICONWIDTH 64
#define ICONHEIGHT 64

Expand All @@ -64,15 +62,8 @@ void GEM_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask)
SDL_Surface *sicon;
SDL_Rect bounds;

#ifdef DEBUG_VIDEO_GEM
printf("sdl:video:gem: SetIcon(0x%08x)\n", (long) icon);
#endif

#if 0
if ((GEM_wfeatures & (1<<WF_ICONIFY))==0) {
#ifdef DEBUG_VIDEO_GEM
printf("sdl:video:gem: AES can not iconify windows\n");
#endif
return;
}
#endif
Expand All @@ -98,10 +89,6 @@ void GEM_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask)
}

GEM_icon = sicon;

#ifdef DEBUG_VIDEO_GEM
printf("sdl:video:gem: SetIcon(): done\n");
#endif
}

int GEM_IconifyWindow(_THIS)
Expand Down

0 comments on commit c8ea7da

Please sign in to comment.