Skip to content

Commit

Permalink
Remove unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremysalwen committed Jun 5, 2011
1 parent 12137e9 commit 2dd381a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion kn0ck0ut6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ if(centreExtract>0) {\


void AKnockout::do_rebuild(long numSampsToProcess, long fftFrameSize, long osamp,
float sampleRate, float *indata, float *indata2, float *outdata, long gInit,
float sampleRate, float *indata, float *indata2, float *outdata,
float fDecayRate, int iBlur, int loCut, int HiCut, int centreExtract) {
//Declare these new local variables, so the compiler knows none of them are aliased.
float* __restrict__ tInFIFO=gInFIFO;
Expand Down
7 changes: 0 additions & 7 deletions kn0ck0ut6.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ class AKnockout:public Plugin<AKnockout> {
void suspend();
CQuickTrig myQT;

protected:
float fGain;
char programName[32];



private:
double sampleRate;
Expand All @@ -44,8 +39,6 @@ class AKnockout:public Plugin<AKnockout> {
float* __restrict gAnaMagn2;
float* __restrict gDecay;
float* __restrict window;
static long gRoverS;
long gInit;


fftwf_complex * gFFTworksp2;
Expand Down

0 comments on commit 2dd381a

Please sign in to comment.