summaryrefslogtreecommitdiffstats
path: root/hacks/glx/lavalite.c
diff options
context:
space:
mode:
authorSimon Rettberg2021-04-06 14:43:39 +0200
committerSimon Rettberg2021-04-07 13:38:37 +0200
commit38886de0c3e9ea5729ef23e4c653fa2822f52e8f (patch)
tree9b799c8c968a92cc77746a95e0e8bdd90b6b13c3 /hacks/glx/lavalite.c
parentMaybe not remove, but ... (diff)
downloadxscreensaver-openslx.tar.gz
xscreensaver-openslx.tar.xz
xscreensaver-openslx.zip
xscreensaver 6.00v28r1openslx
Diffstat (limited to 'hacks/glx/lavalite.c')
-rw-r--r--hacks/glx/lavalite.c7
1 files changed, 2 insertions, 5 deletions
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