# HG changeset patch # User reimar # Date 1152367237 0 # Node ID 35754d685781501958771852e04c408d7891f2ba # Parent 337d4324c7665439a1510ffb31b3d7377ac642b2 vo_init hack is no longer required after the last patch removed the call from mplayer.c diff -r 337d4324c766 -r 35754d685781 Gui/win32/gui.c --- 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)