# HG changeset patch # User diego # Date 1308750521 0 # Node ID 565d6b4c90e9461844e5b6601dcd4a59c16ff847 # Parent 35a12ef532de7a0614711caed6e94a9d83aad734 win32 gui: Remove non-compiling debug mp_msg calls. diff -r 35a12ef532de -r 565d6b4c90e9 gui/win32/skinload.c --- 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;