aboutsummaryrefslogtreecommitdiff
path: root/twiddle.c
diff options
context:
space:
mode:
Diffstat (limited to 'twiddle.c')
-rw-r--r--twiddle.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/twiddle.c b/twiddle.c
index 273ce8c..66e8e95 100644
--- a/twiddle.c
+++ b/twiddle.c
@@ -20,8 +20,6 @@
#define COORD(x) ( (x) * TILE_SIZE + BORDER )
#define FROMCOORD(x) ( ((x) - BORDER + TILE_SIZE) / TILE_SIZE - 1 )
-#define PI 3.141592653589793238462643383279502884197169399
-
#define ANIM_PER_RADIUS_UNIT 0.13F
#define FLASH_FRAME 0.13F