Commit 04378970 authored by Patrice Mandin's avatar Patrice Mandin

Remove debug code

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401081
parent 79d45a93
...@@ -39,8 +39,6 @@ static char rcsid = ...@@ -39,8 +39,6 @@ static char rcsid =
/* Defines */ /* Defines */
#define DEBUG_VIDEO_GEM 0
#define ICONWIDTH 64 #define ICONWIDTH 64
#define ICONHEIGHT 64 #define ICONHEIGHT 64
...@@ -64,15 +62,8 @@ void GEM_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask) ...@@ -64,15 +62,8 @@ void GEM_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask)
SDL_Surface *sicon; SDL_Surface *sicon;
SDL_Rect bounds; SDL_Rect bounds;
#ifdef DEBUG_VIDEO_GEM
printf("sdl:video:gem: SetIcon(0x%08x)\n", (long) icon);
#endif
#if 0 #if 0
if ((GEM_wfeatures & (1<<WF_ICONIFY))==0) { if ((GEM_wfeatures & (1<<WF_ICONIFY))==0) {
#ifdef DEBUG_VIDEO_GEM
printf("sdl:video:gem: AES can not iconify windows\n");
#endif
return; return;
} }
#endif #endif
...@@ -98,10 +89,6 @@ void GEM_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask) ...@@ -98,10 +89,6 @@ void GEM_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask)
} }
GEM_icon = sicon; GEM_icon = sicon;
#ifdef DEBUG_VIDEO_GEM
printf("sdl:video:gem: SetIcon(): done\n");
#endif
} }
int GEM_IconifyWindow(_THIS) int GEM_IconifyWindow(_THIS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment