summaryrefslogtreecommitdiffstats
path: root/hacks/glx/glplanet.c
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/glx/glplanet.c')
-rw-r--r--hacks/glx/glplanet.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/hacks/glx/glplanet.c b/hacks/glx/glplanet.c
index 83748cc..2cbe9d5 100644
--- a/hacks/glx/glplanet.c
+++ b/hacks/glx/glplanet.c
@@ -48,14 +48,6 @@
#include "sphere.h"
-#ifdef HAVE_XMU
-# ifndef VMS
-# include <X11/Xmu/Drawing.h>
-#else /* VMS */
-# include <Xmu/Drawing.h>
-# endif /* VMS */
-#endif
-
#define DEF_ROTATE "True"
#define DEF_ROLL "True"
#define DEF_WANDER "True"
@@ -69,9 +61,6 @@
#define BLENDED_TERMINATOR
-#undef countof
-#define countof(x) (sizeof((x))/sizeof((*x)))
-
#undef BELLRAND
#define BELLRAND(n) ((frand((n)) + frand((n)) + frand((n))) / 3)