mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +00:00
Remove unused variable
This commit is contained in:
parent
0cd77c4ca7
commit
9d47582fbd
1 changed files with 0 additions and 1 deletions
|
@ -144,7 +144,6 @@ void DivPlatformSM8521::tick(bool sysTick) {
|
|||
if (chan[i].freq>4095) chan[i].freq=4095;
|
||||
rWrite(freqMap[i][0],chan[i].freq>>8);
|
||||
rWrite(freqMap[i][1],chan[i].freq&0xff);
|
||||
const unsigned char temp=regPool[0x40];
|
||||
if (chan[i].keyOn) {
|
||||
}
|
||||
if (chan[i].keyOff) {
|
||||
|
|
Loading…
Reference in a new issue