changeset 33620:565d6b4c90e9

win32 gui: Remove non-compiling debug mp_msg calls.
author diego
date Wed, 22 Jun 2011 13:48:41 +0000
parents 35a12ef532de
children 18b47d32b0d0
files gui/win32/skinload.c
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/gui/win32/skinload.c	Wed Jun 22 13:48:36 2011 +0000
+++ b/gui/win32/skinload.c	Wed Jun 22 13:48:41 2011 +0000
@@ -145,12 +145,6 @@
     free(filename);
     bf->width = bmp.Width; bf->height = bmp.Height;
 
-#ifdef DEBUG
-    mp_msg(MSGT_GPLAYER, MSGL_DBG4, "[png] loaded image %s\n", fname);
-    mp_msg(MSGT_GPLAYER, MSGL_DBG4, "[png] size: %dx%d bits: %d\n", bf->width, bf->height, BPP);
-    mp_msg(MSGT_GPLAYER, MSGL_DBG4, "[png] imagesize: %u\n", imgsize);
-#endif
-
     bf->size = bf->width * bf->height * skin->desktopbpp / 8;
     if (skin->desktopbpp == 32)
       bf->data = bmp.Image;