cmVectOpsTemplateCode.h : Removed unused variable from SynthImpulse()

This commit is contained in:
kevin 2015-10-02 19:13:42 -04:00
parent 65452c0d40
commit 20a831e678

View File

@ -1897,7 +1897,7 @@ unsigned VECT_OP_FUNC(SynthImpulse)( VECT_OP_TYPE* dbp, unsigned dn, unsi
unsigned j=dn;
while(1)
{
double samplesPerCycle = srate / hz;
//double samplesPerCycle = srate / hz;
j = round( (srate * i + phase) / hz);