Huub Schaek's filterlist patch
[swftools.git] / src / swfc-interpolation.h
index 173ae9b..5e0b59a 100644 (file)
@@ -65,8 +65,6 @@ enum {
        IF_FAST_BOUNCE_IN_OUT = 34
 };
 
-#define PI 3.14159265358979
-
 float linear(float fraction, float start, float delta);
 
 float quadIn(float fraction, float start, float delta);