Unused variable

This commit is contained in:
cam900 2022-09-25 22:23:56 +09:00
parent a0745e80b5
commit 682aa0ad23
1 changed files with 0 additions and 1 deletions

View File

@ -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;