From 2c012e9eb2fc80d37e0c4dd5dfd427ae154bba13 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 18 May 2014 23:47:28 +0200 Subject: x11: remove a duplicated line --- video/out/x11_common.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video') diff --git a/video/out/x11_common.c b/video/out/x11_common.c index 911fea3ddc..4cf4299972 100644 --- a/video/out/x11_common.c +++ b/video/out/x11_common.c @@ -1485,7 +1485,6 @@ int vo_x11_control(struct vo *vo, int *events, int request, void *arg) vo_x11_border(vo); *events |= VO_EVENT_RESIZE; return VO_TRUE; - return VO_TRUE; case VOCTRL_GET_WINDOW_SIZE: { int *s = arg; if (!x11->window) -- cgit v1.2.3