1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-22 11:18:32 +00:00

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
This commit is contained in:
reimar 2010-10-09 11:20:51 +00:00 committed by Uoti Urpala
parent fef7b17c34
commit 69d173dfbb

View File

@ -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)