From 38886de0c3e9ea5729ef23e4c653fa2822f52e8f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 6 Apr 2021 14:43:39 +0200 Subject: xscreensaver 6.00 --- hacks/glx/antmaze.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'hacks/glx/antmaze.c') diff --git a/hacks/glx/antmaze.c b/hacks/glx/antmaze.c index 6853b35..fe9905f 100644 --- a/hacks/glx/antmaze.c +++ b/hacks/glx/antmaze.c @@ -31,18 +31,6 @@ static const char sccsid[] = "@(#)antmaze.c 5.01 2001/03/01 xlockmore"; # include "xlock.h" /* from the xlockmore distribution */ #endif /* !STANDALONE */ -#ifdef HAVE_JWXYZ -# include "jwxyz.h" -#else -# include -# include -# include -#endif - -#ifdef HAVE_JWZGLES -# include "jwzgles.h" -#endif /* HAVE_JWZGLES */ - #ifdef MODE_antmaze @@ -106,7 +94,7 @@ ModStruct antmaze_description = #include "ants.h" #define ANTCOUNT 5 -#define PI 3.14157 +#define PI M_PI #define EPSILON 0.01 #define BOARDSIZE 10 -- cgit v1.2.3-55-g7522