X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Ftrackball.h;h=4b84ab7157ceeba24cf759f727d6acfd24c750d5;hp=f7da9509ea5e6dbd1fcc8bee510f92b7648f3c93;hb=6f5482d73adb0165c0130bb47d852644ab0c4869;hpb=c70f94f648d51bb4828193124f325fa52b0e57f3 diff --git a/hacks/glx/trackball.h b/hacks/glx/trackball.h index f7da9509..4b84ab71 100644 --- a/hacks/glx/trackball.h +++ b/hacks/glx/trackball.h @@ -76,7 +76,7 @@ build_rotmatrix(float m[4][4], float q[4]); * the given vector) and an angle about which to rotate. The angle is * expressed in radians. The result is put into the third argument. */ -void -axis_to_quat(float a[3], float phi, float q[4]); +/* void +axis_to_quat(float a[3], float phi, float q[4]); */ #endif /* __TRACKBALL_H__ */