Skip to content

Commit fed51aa

Browse files
committed
unused
1 parent 65f9361 commit fed51aa

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

fm/fmm.h

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ class fmmAlg : public VAlgorithm
6868
float ccRatio; // ratio between op1's and op2's carrier freqs.
6969
float ccModIndex;
7070
float ccModIndOPhs;
71-
float last12ModVal; // modulator feedback signal: last modulator output value
7271
filter dcBlock1;
7372
filter dcBlock2;
7473
filter lopass;

fm/fmmAlg.c++

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ fmmAlg::fmmAlg() :
1010
VAlgorithm(),
1111
ccRatio(1.),
1212
ccModIndex(1.),
13-
ccModIndOPhs(0.),
14-
last12ModVal(1.)
13+
ccModIndOPhs(0.0)
1514
{
1615
if (flagFMMsintab == 0) InitFMMsintab();
1716

0 commit comments

Comments
 (0)