summaryrefslogtreecommitdiffstats
path: root/libvo/vo_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_x11.c')
-rw-r--r--libvo/vo_x11.c2
1 files changed, 0 insertions, 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;