X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fjuggle.c;h=2650ad27cf483ac2dafe6d76f2c1a93c354332b8;hb=6a1da724858673ac40aa13a9612340d8bed8c7b9;hp=758d2576f145e37a3e002ea5b72b94ac61c87587;hpb=a94197e76a5dea5cb60542840809d6c20d0abbf3;p=xscreensaver diff --git a/hacks/juggle.c b/hacks/juggle.c index 758d2576..2650ad27 100644 --- a/hacks/juggle.c +++ b/hacks/juggle.c @@ -100,7 +100,6 @@ so the answer is to do a single 661 and then drop straight down to (5). into the Adam notation, [*] which means 'lose the current ball'.] */ -#define STANDALONE #ifdef STANDALONE #define MODE_juggle #define PROGCLASS "Juggle" @@ -1133,7 +1132,6 @@ init_juggle(ModeInfo * mi) } if (pattern == NULL && patternindex == NULL) { /* pattern list needs indexing */ - int i; int nelements = sizeof(portfolio)/sizeof(patternstruct); int maxballs; int numpat = 0;