http://www.jwz.org/xscreensaver/xscreensaver-5.13.tar.gz
[xscreensaver] / hacks / glx / moebius.c
index 1620e41fd4774a26b41544eaa992dd63116518bf..ecf052c247d427ced44ae454268466a4e58a0969 100644 (file)
@@ -544,8 +544,6 @@ pinit(void)
 {
     int status;
        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);