]> git.sesse.net Git - vlc/commitdiff
audiobargraph_a: remove commented out code
authorRafaël Carré <funman@videolan.org>
Wed, 16 Apr 2014 12:27:32 +0000 (14:27 +0200)
committerRafaël Carré <funman@videolan.org>
Wed, 16 Apr 2014 12:27:32 +0000 (14:27 +0200)
modules/audio_filter/audiobargraph_a.c

index 4564f81174fec66f279660475943f3c76b9aa44a..89773a55b652ce359cc3cbf7ff1f902d3a0acf9a 100644 (file)
@@ -209,14 +209,6 @@ static block_t *DoWork( filter_t *p_filter, block_t *p_in_buf )
         }
     }
 
-    /*for (i=0; i<nbChannels; i++) {
-        value[i] = abs(i_value[i]*100);
-        if ( value[i] > p_sys->value[i] - 6 )
-            p_sys->value[i] = value[i];
-        else
-            p_sys->value[i] = p_sys->value[i] - 6;
-    }*/
-
     if (p_sys->bargraph) {
         /* 6 - sent the message with the values for the BarGraph */
         if (nbChannels > 0 && p_sys->counter % p_sys->bargraph_repetition == 0) {