From ab555c42eca03e5b4ef3837b6a32713627bbdfd7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 24 Mar 2017 15:31:10 +0100 Subject: vo_x11: fix an unused variable warning --- video/out/vo_x11.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video') diff --git a/video/out/vo_x11.c b/video/out/vo_x11.c index db967577a3..34a307bfbb 100644 --- a/video/out/vo_x11.c +++ b/video/out/vo_x11.c @@ -209,7 +209,6 @@ static int reconfig(struct vo *vo, struct mp_image_params *fmt) static bool resize(struct vo *vo) { struct priv *p = vo->priv; - struct vo_x11_state *x11 = vo->x11; for (int i = 0; i < 2; i++) freeMyXImage(p, i); -- cgit v1.2.3