summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-08 14:00:37 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-08 14:00:37 +0000
commit34c173873cbcd5cf4d8bfa89e028d36c162aa047 (patch)
treec40962e573d590afcbb226fd54e7d47fb724a868 /Gui
parenteed96ed0e77635e64d93403b107c2c64aecdd6c5 (diff)
downloadmpv-34c173873cbcd5cf4d8bfa89e028d36c162aa047.tar.bz2
mpv-34c173873cbcd5cf4d8bfa89e028d36c162aa047.tar.xz
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
Diffstat (limited to 'Gui')
-rw-r--r--Gui/win32/gui.c9
1 files changed, 0 insertions, 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)