[vlc-devel] commit: macosx: Remove unneeded restart. (Pierre d'Herbemont )
git version control
git at videolan.org
Wed Aug 26 01:08:10 CEST 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Wed Aug 26 01:06:24 2009 +0200| [b6dbc749b0ab3f1b26b84ea5aae0ade4eb5184d3] | committer: Pierre d'Herbemont
macosx: Remove unneeded restart.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b6dbc749b0ab3f1b26b84ea5aae0ade4eb5184d3
---
modules/gui/macosx/equalizer.m | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/modules/gui/macosx/equalizer.m b/modules/gui/macosx/equalizer.m
index 27eec61..52a81ef 100644
--- a/modules/gui/macosx/equalizer.m
+++ b/modules/gui/macosx/equalizer.m
@@ -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 )
{
More information about the vlc-devel
mailing list