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/lavalite.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'hacks/glx/lavalite.c') diff --git a/hacks/glx/lavalite.c b/hacks/glx/lavalite.c index 8d484fe..825a389 100644 --- a/hacks/glx/lavalite.c +++ b/hacks/glx/lavalite.c @@ -10,8 +10,8 @@ * software for any purpose. It is provided "as is" without express or * implied warranty. * - * LAVA®, LAVA LITE®, LAVA WORLD INTERNATIONAL® and the configuration of the - * LAVA® brand motion lamp are registered trademarks of Haggerty Enterprises, + * LAVA®, LAVA LITE®, LAVA WORLD INTERNATIONAL® and the configuration of the + * LAVA® brand motion lamp are registered trademarks of Haggerty Enterprises, * Inc. The configuration of the globe and base of the motion lamp are * registered trademarks of Haggerty Enterprises, Inc. in the U.S.A. and in * other countries around the world. @@ -79,9 +79,6 @@ #define CONVECTION 0.005 /* initial upward velocity (bell curve) */ #define TILT 0.00166666 /* horizontal velocity (bell curve) */ -#undef countof -#define countof(x) (sizeof((x))/sizeof((*x))) - #undef ABS #define ABS(n) ((n)<0?-(n):(n)) #undef SIGNOF -- cgit v1.2.3-55-g7522