summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-18 23:47:28 +0200
committerwm4 <wm4@nowhere>2014-05-18 23:47:28 +0200
commit2c012e9eb2fc80d37e0c4dd5dfd427ae154bba13 (patch)
tree8adb32ac821a33ed1aba1d6621b5876d2cfbef5c /video
parent0a4adce00c4da49cbbd36c4b381e69416a5304cc (diff)
downloadmpv-2c012e9eb2fc80d37e0c4dd5dfd427ae154bba13.tar.bz2
mpv-2c012e9eb2fc80d37e0c4dd5dfd427ae154bba13.tar.xz
x11: remove a duplicated line
Diffstat (limited to 'video')
-rw-r--r--video/out/x11_common.c1
1 files changed, 0 insertions, 1 deletions
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)