summaryrefslogtreecommitdiffstats
path: root/hacks/glx/lavalite.c
diff options
context:
space:
mode:
authorSimon Rettberg2021-04-06 14:23:46 +0200
committerSimon Rettberg2021-04-06 14:23:46 +0200
commit26b6e4255d4b9ff79a6dca10de5bec7bfc8691f9 (patch)
treea51e1637554bcd84e63cccb1cb220c898a2c4ee8 /hacks/glx/lavalite.c
parent5.44 (diff)
downloadxscreensaver-26b6e4255d4b9ff79a6dca10de5bec7bfc8691f9.tar.gz
xscreensaver-26b6e4255d4b9ff79a6dca10de5bec7bfc8691f9.tar.xz
xscreensaver-26b6e4255d4b9ff79a6dca10de5bec7bfc8691f9.zip
xscreensaver 6.00
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