Commit b9af6d19 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

RC: unused variable

parent 54d6fa06
...@@ -1524,7 +1524,6 @@ static int VolumeMove( vlc_object_t *p_this, char const *psz_cmd, ...@@ -1524,7 +1524,6 @@ static int VolumeMove( vlc_object_t *p_this, char const *psz_cmd,
playlist_CurrentInput( p_intf->p_sys->p_playlist ); playlist_CurrentInput( p_intf->p_sys->p_playlist );
int i_nb_steps = atoi(newval.psz_string); int i_nb_steps = atoi(newval.psz_string);
int i_error = VLC_SUCCESS; int i_error = VLC_SUCCESS;
int i_volume_step = 0;
if( !p_input ) if( !p_input )
return VLC_ENOOBJ; return VLC_ENOOBJ;
......
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