]> git.sesse.net Git - vlc/commitdiff
macosx: Remove unneeded restart.
authorPierre d'Herbemont <pdherbemont@free.fr>
Tue, 25 Aug 2009 23:06:24 +0000 (01:06 +0200)
committerPierre d'Herbemont <pdherbemont@free.fr>
Tue, 25 Aug 2009 23:06:24 +0000 (01:06 +0200)
modules/gui/macosx/equalizer.m

index 27eec614fcb12379814a87e64ffe479d1989bbb3..52a81efe56f4b902ece419e7cb79afb80806342c 100644 (file)
@@ -355,14 +355,6 @@ static bool GetFiltersStatus( intf_thread_t *p_intf,
         p_object = (vlc_object_t *)pl_Hold( p_intf );
 
     var_SetBool( p_object, "equalizer-2pass", b_2p );
-    if( ( [o_ckb_enable state] ) && ( p_aout != NULL ) )
-    {
-        int i;
-        for( i = 0; i < p_aout->i_nb_inputs; i++ )
-        {
-            p_aout->pp_inputs[i]->b_restart = true;
-        }
-    }
 
     if( (BOOL)config_GetInt( p_intf, "macosx-eq-keep" ) == YES )
     {