[vlc-commits] macosx: remove unused variable and empty tabulated line

Victorien Le Couviour--Tuffet git at videolan.org
Thu Jul 13 11:24:38 CEST 2017


vlc | branch: master | Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet at gmail.com> | Wed Jun 28 11:23:01 2017 +0200| [081a1a42f1f3f0cbef127ea374cd6f19789fafd3] | committer: Jean-Baptiste Kempf

macosx: remove unused variable and empty tabulated line

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=081a1a42f1f3f0cbef127ea374cd6f19789fafd3
---

 modules/gui/macosx/VLCAudioEffectsWindowController.m | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/gui/macosx/VLCAudioEffectsWindowController.m b/modules/gui/macosx/VLCAudioEffectsWindowController.m
index dd132ae72a..25f80fab3d 100644
--- a/modules/gui/macosx/VLCAudioEffectsWindowController.m
+++ b/modules/gui/macosx/VLCAudioEffectsWindowController.m
@@ -530,7 +530,6 @@ static bool GetEqualizerStatus(intf_thread_t *p_custom_intf,
     [_equalizerPresetsPopup selectItemAtIndex:currentPresetIndex];
     [self equalizerChangePreset:_equalizerPresetsPopup];
 
-    
     [_equalizerPreampSlider setFloatValue:[[[defaults objectForKey:@"EQPreampValues"] objectAtIndex:currentPresetIndex] floatValue]];
     [self setBandSliderValuesForPreset:currentPresetIndex];
 }
@@ -538,7 +537,6 @@ static bool GetEqualizerStatus(intf_thread_t *p_custom_intf,
 - (void)equalizerUpdated
 {
     intf_thread_t *p_intf = getIntf();
-    float fPreamp = config_GetFloat(p_intf, "equalizer-preamp");
     bool b_2p = (BOOL)config_GetInt(p_intf, "equalizer-2pass");
     bool bEnabled = GetEqualizerStatus(p_intf, (char *)"equalizer");
 



More information about the vlc-commits mailing list