[MPlayer-cvslog] r18951 - trunk/Gui/win32/gui.c

reimar subversion at mplayerhq.hu
Sat Jul 8 16:00:43 CEST 2006


Author: reimar
Date: Sat Jul  8 16:00:37 2006
New Revision: 18951

Modified:
   trunk/Gui/win32/gui.c

Log:
vo_init hack is no longer required after the last patch removed the call
from mplayer.c


Modified: trunk/Gui/win32/gui.c
==============================================================================
--- trunk/Gui/win32/gui.c	(original)
+++ trunk/Gui/win32/gui.c	Sat Jul  8 16:00:37 2006
@@ -68,15 +68,6 @@
 static HBRUSH    colorbrush = NULL;           //Handle to colorkey brush
 static COLORREF windowcolor = RGB(0,0,16);    //Windowcolor == colorkey
 
-/* vo_gl includes vo_init in w32_common.c, without gl this file is not included */
-#if !defined(GL_WIN32) && !defined(HAVE_GL)
-int vo_init(void)
-{
-    mp_msg(MSGT_GPLAYER, MSGL_V, "[GUI] dummy vo_init()\n");
-    return 1;
-}
-#endif
-
 void console_toggle(void)
 {
     if (console_state)



More information about the MPlayer-cvslog mailing list