Skip to content

Commit

Permalink
remove unused DEFINES
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremysalwen committed Jun 5, 2011
1 parent 297ede6 commit 6bfb49e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion kn0ck0ut6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <string.h>
#include <math.h>

#define FFTWINDOW 8192

void CQuickTrigConsts::Initialize() // function to initialise quick sin & cos
{
Expand Down
2 changes: 0 additions & 2 deletions kn0ck0ut6.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

using namespace LV2;

#define MAX_FRAME_LENGTH 16384


class AKnockout:public Plugin<AKnockout> {
public:
Expand Down

0 comments on commit 6bfb49e

Please sign in to comment.