summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-10-09 11:20:51 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:18:09 +0200
commit69d173dfbb53161c2c731acc52a421e480143c2c (patch)
tree242e93cc67a754356ce789dd7d9d1142a8dd73ea
parentfef7b17c348f72f841123669491056e1003ae27d (diff)
downloadmpv-69d173dfbb53161c2c731acc52a421e480143c2c.tar.bz2
mpv-69d173dfbb53161c2c731acc52a421e480143c2c.tar.xz
vo_xmga: Remove a useless MGA_VID_CONFIG ioctl
set_window already does this. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32455 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libvo/vo_xmga.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvo/vo_xmga.c b/libvo/vo_xmga.c
index 1308711569..a9e8282d53 100644
--- a/libvo/vo_xmga.c
+++ b/libvo/vo_xmga.c
@@ -97,9 +97,6 @@ static void check_events(void)
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)