Commit 1de948c7 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

audioscrobbler: Don't mark a used variable unused

parent 0875ed64
......@@ -348,7 +348,7 @@ static int ItemChange(vlc_object_t *p_this, const char *psz_var,
intf_sys_t *p_sys = p_intf->p_sys;
input_thread_t *p_input = newval.p_address;
VLC_UNUSED(p_this); VLC_UNUSED(psz_var);
VLC_UNUSED(psz_var);
VLC_UNUSED(oldval);
p_sys->b_meta_read = false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment