Remove unused variable from SID decoder

This commit is contained in:
Christopher Snowhill 2020-02-13 14:42:57 -08:00
parent 765cb5e890
commit c2278b49be

View file

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