summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-03-24 15:31:10 +0100
committerwm4 <wm4@nowhere>2017-03-24 15:31:10 +0100
commitab555c42eca03e5b4ef3837b6a32713627bbdfd7 (patch)
treebac2fd10da629292efec6a16338bc7d2388a9b37 /video
parentb9e4fb952dbfc3b0b021fb3a838c4ab0328808cf (diff)
downloadmpv-ab555c42eca03e5b4ef3837b6a32713627bbdfd7.tar.bz2
mpv-ab555c42eca03e5b4ef3837b6a32713627bbdfd7.tar.xz
vo_x11: fix an unused variable warning
Diffstat (limited to 'video')
-rw-r--r--video/out/vo_x11.c1
1 files changed, 0 insertions, 1 deletions
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);