output/ascii: Remove unused variable

This commit is contained in:
v1ne 2020-04-01 22:13:26 +02:00 committed by Gerhard Sittig
parent 588295b8b9
commit f64f51b404
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@
struct context { struct context {
unsigned int num_enabled_channels; unsigned int num_enabled_channels;
int spl; int spl;
int bit_cnt;
int spl_cnt; int spl_cnt;
int trigger; int trigger;
uint64_t samplerate; uint64_t samplerate;