From http://www.jwz.org/xscreensaver/xscreensaver-5.27.tar.gz
[xscreensaver] / hacks / glx / mirrorblob.c
index 6daa372f71fd0d46fadf6f94560f8b707d9bf8f1..67ee46d241d36cc1aaabce4e92937dd3884b7c48 100644 (file)
@@ -1123,11 +1123,13 @@ initialise_blob(mirrorblobstruct *gp,
  *
  * Return the magnitude of the given vector
  */
+#if 0
 static inline double
 length (Vector3D u)
 {
   return sqrt (u.x * u.x + u.y * u.y + u.z * u.z);
 }
+#endif
 
 /******************************************************************************
  *