Now _this_ is what Undo ought to be doing in a Minesweeper clone.
[sgt/puzzles] / cube.c
diff --git a/cube.c b/cube.c
index bf24960..671918e 100644 (file)
--- a/cube.c
+++ b/cube.c
@@ -11,8 +11,6 @@
 
 #include "puzzles.h"
 
-#define PI 3.14159265358979323846264338327950884197169399
-
 #define MAXVERTICES 20
 #define MAXFACES 20
 #define MAXORDER 4