summaryrefslogtreecommitdiffstats
path: root/hacks/glx/glmatrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/glx/glmatrix.c')
-rw-r--r--hacks/glx/glmatrix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hacks/glx/glmatrix.c b/hacks/glx/glmatrix.c
index a638583..4087ec1 100644
--- a/hacks/glx/glmatrix.c
+++ b/hacks/glx/glmatrix.c
@@ -21,8 +21,6 @@
"*wireframe: False \n" \
# define release_matrix 0
-#undef countof
-#define countof(x) (sizeof((x))/sizeof((*x)))
#undef BELLRAND
#define BELLRAND(n) ((frand((n)) + frand((n)) + frand((n))) / 3)