[SCM] calf/master: + Equalizer: remove unused variables

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:39:46 UTC 2013


The following commit has been merged in the master branch:
commit a45db777d5b645a0ce8add2c88d2f3c8940862f3
Author: Markus Schmidt <schmidt at boomshop.net>
Date:   Mon Nov 9 22:06:37 2009 +0000

    + Equalizer: remove unused variables

diff --git a/src/calf/modules.h b/src/calf/modules.h
index 1907572..e8c4a5e 100644
--- a/src/calf/modules.h
+++ b/src/calf/modules.h
@@ -1267,13 +1267,9 @@ public:
 /// Equalizer 5 Band by Markus Schmidt (based on Krzysztof's filters)
 class equalizer5band_audio_module: public audio_module<equalizer5band_metadata>, public frequency_response_line_graph  {
 private:
-    float hp_mode_old, hp_freq_old;
-    float lp_mode_old, lp_freq_old;
     float ls_level_old, ls_freq_old;
     float hs_level_old, hs_freq_old;
     float p_level_old[3], p_freq_old[3], p_q_old[3];
-    float hp_mode_old1, hp_freq_old1, hp_active_old1;
-    float lp_mode_old1, lp_freq_old1, lp_active_old1;
     float ls_level_old1, ls_freq_old1, ls_active_old1;
     float hs_level_old1, hs_freq_old1, hs_active_old1;
     float p_level_old1[3], p_freq_old1[3], p_q_old1[3], p_active_old1[3];

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list