X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fxpm-ximage.c;h=798fff067640955edc39ba47af6ee290cd81db52;hp=640ebf75d841575487d576d1568528054e0004e6;hb=4361b69d3178d7fc98d0388f9a223af6c2651aba;hpb=d6b0217f2417bd19187f0ebc389d6c5c2233b11c diff --git a/hacks/glx/xpm-ximage.c b/hacks/glx/xpm-ximage.c index 640ebf75..798fff06 100644 --- a/hacks/glx/xpm-ximage.c +++ b/hacks/glx/xpm-ximage.c @@ -395,7 +395,6 @@ xpm_to_ximage_1 (Display *dpy, Visual *visual, Colormap cmap, /* Have to convert BGRA to ARGB */ if (ximage) { - int x, y; for (y = 0; y < ximage->height; y++) for (x = 0; x < ximage->width; x++) { unsigned long p = XGetPixel (ximage, x, y);