mirror of https://github.com/mpv-player/mpv
vo_x11: fix an unused variable warning
This commit is contained in:
parent
b9e4fb952d
commit
ab555c42ec
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue