Commit d8ec0a14 authored by Rafaël Carré's avatar Rafaël Carré

audiobargraph_a: remove commented out code

parent f4fcff7f
...@@ -209,14 +209,6 @@ static block_t *DoWork( filter_t *p_filter, block_t *p_in_buf ) ...@@ -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) { if (p_sys->bargraph) {
/* 6 - sent the message with the values for the BarGraph */ /* 6 - sent the message with the values for the BarGraph */
if (nbChannels > 0 && p_sys->counter % p_sys->bargraph_repetition == 0) { if (nbChannels > 0 && p_sys->counter % p_sys->bargraph_repetition == 0) {
......
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