From 34c173873cbcd5cf4d8bfa89e028d36c162aa047 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 8 Jul 2006 14:00:37 +0000 Subject: [PATCH] vo_init hack is no longer required after the last patch removed the call from mplayer.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18951 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/win32/gui.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Gui/win32/gui.c b/Gui/win32/gui.c index a92b48de3f..3673309330 100644 --- a/Gui/win32/gui.c +++ b/Gui/win32/gui.c @@ -68,15 +68,6 @@ int console_state = 0; 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)