mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 09:45:06 +00:00
Unused variable
This commit is contained in:
parent
a0745e80b5
commit
682aa0ad23
1 changed files with 0 additions and 1 deletions
|
@ -1068,7 +1068,6 @@ int DivPlatformES5506::dispatch(DivCommand c) {
|
|||
return chan[c.chan].outVol;
|
||||
break;
|
||||
case DIV_CMD_PANNING: {
|
||||
DivInstrument* ins=parent->getIns(chan[c.chan].ins,DIV_INS_ES5506);
|
||||
// Left volume
|
||||
if (chan[c.chan].lVol!=(unsigned int)(c.value)) {
|
||||
chan[c.chan].lVol=c.value;
|
||||
|
|
Loading…
Reference in a new issue