removed unnecessary defines in custom wave code

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@477 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2007-09-24 03:14:06 +00:00
parent 12940be9f9
commit 5eb00aaf3f

View File

@ -31,14 +31,6 @@
#define CUSTOM_WAVE_DEBUG 0
#define X_POINT_OP 0
#define Y_POINT_OP 1
#define R_POINT_OP 2
#define G_POINT_OP 3
#define B_POINT_OP 4
#define A_POINT_OP 5
#define NUM_POINT_OPS 6
class CustomWave;
class GenExpr;
class PerPointEqn;