changeset 32369:b2447ebbcc01

Remove a useless MGA_VID_CONFIG ioctl, set_window already does this.
author reimar
date Sat, 09 Oct 2010 11:20:51 +0000
parents ff2204a57cd3
children 79b1264388b3
files libvo/vo_xmga.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_xmga.c	Sat Oct 09 11:17:28 2010 +0000
+++ b/libvo/vo_xmga.c	Sat Oct 09 11:20:51 2010 +0000
@@ -97,9 +97,6 @@
         return;
     set_window();
     mDrawColorKey();
-    if (ioctl(f, MGA_VID_CONFIG, &mga_vid_config))
-        mp_msg(MSGT_VO, MSGL_WARN,
-               "Error in mga_vid_config ioctl (wrong mga_vid.o version?)");
 }
 
 static void flip_page(void)