Commit 1304ca27 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Zvbi: kill a warning

parent f76687e7
......@@ -666,7 +666,7 @@ static int EventKey( vlc_object_t *p_this, char const *psz_cmd,
decoder_t *p_dec = p_data;
decoder_sys_t *p_sys = p_dec->p_sys;
VLC_UNUSED(psz_cmd); VLC_UNUSED(oldval);
VLC_UNUSED(psz_cmd); VLC_UNUSED(oldval); VLC_UNUSED( p_this );
/* FIXME: Capture + and - key for subpage browsing */
if( newval.i_int == '-' || newval.i_int == '+' )
......
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