0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

vo_x11: fix an unused variable warning

This commit is contained in:
wm4 2017-03-24 15:31:10 +01:00
parent b9e4fb952d
commit ab555c42ec

View File

@ -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);