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
1 changed files with 0 additions and 1 deletions

View File

@ -209,7 +209,6 @@ static int reconfig(struct vo *vo, struct mp_image_params *fmt)
static bool resize(struct vo *vo) static bool resize(struct vo *vo)
{ {
struct priv *p = vo->priv; struct priv *p = vo->priv;
struct vo_x11_state *x11 = vo->x11;
for (int i = 0; i < 2; i++) for (int i = 0; i < 2; i++)
freeMyXImage(p, i); freeMyXImage(p, i);