X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fantinspect.c;h=8beaa2a10912db438eadc8b8301ccf9152ef66f7;hp=21bb1be90f4ee5bf3384caa4162176cfa7dbe602;hb=5f9c47ca98dd43d8f59b7c27d3fde6edfde4fe21;hpb=50be9bb40dc60130c99ffa568e6677779904ff70 diff --git a/hacks/glx/antinspect.c b/hacks/glx/antinspect.c index 21bb1be9..8beaa2a1 100644 --- a/hacks/glx/antinspect.c +++ b/hacks/glx/antinspect.c @@ -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);