changeset 18946:35754d685781

vo_init hack is no longer required after the last patch removed the call from mplayer.c
author reimar
date Sat, 08 Jul 2006 14:00:37 +0000
parents 337d4324c766
children 06ab2099c10e
files Gui/win32/gui.c
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/win32/gui.c	Sat Jul 08 13:59:17 2006 +0000
+++ b/Gui/win32/gui.c	Sat Jul 08 14:00:37 2006 +0000
@@ -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)