X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fromanboy.c;h=768e52bc25795c64137ff92d92222acf825473df;hp=09a3ca73a61e996578e6fdadb84047f1f6c485fe;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/hacks/glx/romanboy.c b/hacks/glx/romanboy.c index 09a3ca73..768e52bc 100644 --- a/hacks/glx/romanboy.c +++ b/hacks/glx/romanboy.c @@ -213,7 +213,7 @@ static const char sccsid[] = "@(#)romanboy.c 1.1 14/10/03 xlockmore"; #ifdef USE_GL -#ifndef HAVE_COCOA +#ifndef HAVE_JWXYZ # include #endif @@ -767,8 +767,6 @@ static int roman_boy(ModeInfo *mi, double umin, double umax, continue; for (j=0; j<=numu; j++) { - l = i; - m = j; o = i*(numu+1)+j; u = ur*j/numu+umin; v = vr*i/numv+vmin;