[MPlayer-cvslog] r33708 - trunk/gui/win32/skinload.c
diego
subversion at mplayerhq.hu
Wed Jun 22 15:48:41 CEST 2011
Author: diego
Date: Wed Jun 22 15:48:41 2011
New Revision: 33708
Log:
win32 gui: Remove non-compiling debug mp_msg calls.
Modified:
trunk/gui/win32/skinload.c
Modified: trunk/gui/win32/skinload.c
==============================================================================
--- trunk/gui/win32/skinload.c Wed Jun 22 15:48:36 2011 (r33707)
+++ trunk/gui/win32/skinload.c Wed Jun 22 15:48:41 2011 (r33708)
@@ -145,12 +145,6 @@ static image *pngRead(skin_t *skin, unsi
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;
More information about the MPlayer-cvslog
mailing list