http://packetstormsecurity.org/UNIX/admin/xscreensaver-3.32.tar.gz
[xscreensaver] / hacks / glx / dangerball.c
index 8aa2f9cf5c0416296f1dd3ee7ba87b7c2983689a..d189602aaa7d8ffe3bda68a875e978f009f8f930 100644 (file)
@@ -49,16 +49,7 @@ extern XtAppContext app;
 
 #ifdef USE_GL /* whole file */
 
-#ifdef HAVE_UNAME
-# include <sys/utsname.h>
-#endif /* HAVE_UNAME */
-
-
 #include <GL/glu.h>
-#include "glutstroke.h"
-#include "glut_roman.h"
-#define GLUT_FONT (&glutStrokeRoman)
-
 
 typedef struct {
   GLXContext *glx_context;