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

Remove impossible error

parent 33727a57
......@@ -185,8 +185,6 @@ int aout_VolumeGet( vlc_object_t * p_object, audio_volume_t * pi_volume )
int i_result = 0;
aout_instance_t * p_aout = findAout( p_object );
if ( pi_volume == NULL ) return -1;
if ( p_aout == NULL )
{
*pi_volume = (audio_volume_t)config_GetInt( p_object, "volume" );
......
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