From http://www.jwz.org/xscreensaver/xscreensaver-5.40.tar.gz
[xscreensaver] / utils / colorbars.c
index b5e87abe3a88b91b041ae0c7b9d3f41facfdeef8..3e2bc871a9984e7c249f64ae73d732799de58039 100644 (file)
@@ -60,7 +60,6 @@ draw_colorbars (Screen *screen, Visual *visual,
                 Pixmap logo, Pixmap logo_mask)
 {
   Display *dpy = DisplayOfScreen (screen);
-  int oy = y;
   int ypct = 0;
   int j;
   XGCValues gcv;
@@ -106,8 +105,6 @@ draw_colorbars (Screen *screen, Visual *visual,
       y = y2;
     }
 
-  y = oy;
-
   /* Add in the xscreensaver logo */
   if (logo)
     {