X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fmorph3d.c;h=350acdee584e7588f3360a2659c97a2cdfdae186;hp=ab3613c5e97c506c176c70ad87dfcef33b0d805c;hb=ffd8c0873576a9e3065696a624dce6b766b77062;hpb=3f9592851ce4ed76a9979bfdd6ec7dc5c457e183 diff --git a/hacks/glx/morph3d.c b/hacks/glx/morph3d.c index ab3613c5..350acdee 100644 --- a/hacks/glx/morph3d.c +++ b/hacks/glx/morph3d.c @@ -1,9 +1,8 @@ /* -*- Mode: C; tab-width: 4 -*- */ /* morph3d --- Shows 3D morphing objects */ -#if !defined( lint ) && !defined( SABER ) +#if 0 static const char sccsid[] = "@(#)morph3d.c 5.01 2001/03/01 xlockmore"; - #endif #undef DEBUG_CULL_FACE @@ -52,15 +51,6 @@ static const char sccsid[] = "@(#)morph3d.c 5.01 2001/03/01 xlockmore"; * */ -#ifdef VMS -/*- - * due to a Bug/feature in VMS X11/Intrinsic.h has to be placed before xlock. - * otherwise caddr_t is not defined correctly - */ - -#include -#endif - #ifdef STANDALONE # define MODE_moebius # define PROGCLASS "Morph3d"