From deb89d89a55070bb6e29832cbd663e36650cee96 Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 12 May 2002 20:48:17 +0000 Subject: [PATCH] bad fix removed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6064 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_x11.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c index 6c874b1af1..bf0e07ed85 100644 --- a/libvo/vo_x11.c +++ b/libvo/vo_x11.c @@ -467,8 +467,6 @@ static uint32_t draw_slice( uint8_t *src[],int stride[],int w,int h,int x,int y uint8_t *dst[3]; int dstStride[3]; - check_events(); - if((old_vo_dwidth != vo_dwidth || old_vo_dheight != vo_dheight) /*&& y==0*/ && zoomFlag) { int newW= vo_dwidth;