Remove unused variable from SID decoder

CQTexperiment
Christopher Snowhill 2020-02-13 14:42:57 -08:00
parent 765cb5e890
commit c2278b49be
1 changed files with 0 additions and 2 deletions

View File

@ -41,8 +41,6 @@
else
track_num = [[url fragment] intValue];
const SidTuneInfo * info = tune->getInfo();
n_channels = 2;
length = 3 * 60 * 44100;