diff gui/interface.c @ 35678:2261c68180a7

Make variable wsScreenDepth static. The information dropped from interface.c is already being printed in wsXInit().
author ib
date Thu, 17 Jan 2013 17:41:44 +0000
parents b0ad675bd3b7
children 80c5c89f77d6
line wrap: on
line diff
--- a/gui/interface.c	Thu Jan 17 17:36:16 2013 +0000
+++ b/gui/interface.c	Thu Jan 17 17:41:44 2013 +0000
@@ -189,7 +189,6 @@
     wsSetShape(&guiApp.mainWindow, guiApp.main.Mask.Image);
     wsXDNDMakeAwareness(&guiApp.mainWindow);
 
-    mp_msg(MSGT_GPLAYER, MSGL_DBG2, "[interface] screen depth: %d\n", wsScreenDepth);
     mp_msg(MSGT_GPLAYER, MSGL_DBG2, "[interface] mainWindow ID: 0x%x\n", (int)guiApp.mainWindow.WindowID);
     mp_msg(MSGT_GPLAYER, MSGL_DBG2, "[interface] videoWindow ID: 0x%x\n", (int)guiApp.videoWindow.WindowID);