Commit 385db014 authored by David Fuhrmann's avatar David Fuhrmann

macosx: simplify and fix some minor bugs in equalizer code

still needs some testing

close #8375
parent 2e4ecdd3
...@@ -118,8 +118,6 @@ ...@@ -118,8 +118,6 @@
/* Equalizer */ /* Equalizer */
- (void)setupEqualizer; - (void)setupEqualizer;
- (void)equalizerUpdated; - (void)equalizerUpdated;
- (void)setBandSlidersValues:(float *)values;
- (void)initBandSliders;
- (void)setValue:(float)value forSlider:(int)index; - (void)setValue:(float)value forSlider:(int)index;
- (IBAction)eq_bandSliderUpdated:(id)sender; - (IBAction)eq_bandSliderUpdated:(id)sender;
- (IBAction)eq_changePreset:(id)sender; - (IBAction)eq_changePreset:(id)sender;
......
This diff is collapsed.
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