Remove unused variable from SID decoder
This commit is contained in:
parent
765cb5e890
commit
c2278b49be
1 changed files with 0 additions and 2 deletions
|
@ -41,8 +41,6 @@
|
||||||
else
|
else
|
||||||
track_num = [[url fragment] intValue];
|
track_num = [[url fragment] intValue];
|
||||||
|
|
||||||
const SidTuneInfo * info = tune->getInfo();
|
|
||||||
|
|
||||||
n_channels = 2;
|
n_channels = 2;
|
||||||
|
|
||||||
length = 3 * 60 * 44100;
|
length = 3 * 60 * 44100;
|
||||||
|
|
Loading…
Reference in a new issue