remove a stray variable

This commit is contained in:
matusz 2009-06-14 01:31:53 +00:00
parent 9000a56039
commit 4175f299d3
1 changed files with 0 additions and 1 deletions

View File

@ -514,7 +514,6 @@ void SPU_struct::KeyOn(int channel)
{
printf("INFO: Stopping channel %d due to zero length\n",channel);
thischan.status = CHANSTAT_STOPPED;
int zzz=9;
}
thischan.double_totlength_shifted = (double)(thischan.totlength << format_shift[thischan.format]);