http://www.jwz.org/xscreensaver/xscreensaver-5.13.tar.gz
[xscreensaver] / hacks / glx / antinspect.c
index 21bb1be90f4ee5bf3384caa4162176cfa7dbe602..8beaa2a10912db438eadc8b8301ccf9152ef66f7 100644 (file)
@@ -537,8 +537,6 @@ ENTRYPOINT void reshape_antinspect(ModeInfo * mi, int width, int height)
 static void pinit(void) 
 {
   glClearDepth(1.0);
-  glClearColor(0.0, 0.0, 0.0, 1.0);
-  
   glLightfv(GL_LIGHT0, GL_AMBIENT, ambient);
   glLightfv(GL_LIGHT0, GL_DIFFUSE, diffuse);
   glLightfv(GL_LIGHT0, GL_POSITION, position0);