X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Flockward.c;h=3774d3b5fb40c4e465fd962dd474d2592d2829b8;hb=5f9c47ca98dd43d8f59b7c27d3fde6edfde4fe21;hp=d4081ee969e665860078ef300726ae99b7ecc411;hpb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56;p=xscreensaver diff --git a/hacks/glx/lockward.c b/hacks/glx/lockward.c index d4081ee9..3774d3b5 100644 --- a/hacks/glx/lockward.c +++ b/hacks/glx/lockward.c @@ -290,7 +290,6 @@ gen_blade_arcs (lockward_context *ctx) there = M_PI * 2.0 / g_blades; step = there / SUBDIV; here -= SUBDIV * step / 2.0; - there -= SUBDIV * step / 2.0; /* * Build outer blade arcs. @@ -806,9 +805,6 @@ init_lockward (ModeInfo *mi) glShadeModel (GL_FLAT); glFrontFace (GL_CW); - - glClearColor (0.0, 0.0, 0.0, 1.0); - ctx->blades_outer = glGenLists (NRADII); ctx->blades_inner = glGenLists (NRADII); ctx->rings = glGenLists (NRADII - 1);