From 5993a8fdc7998b369739adc31b21d63f444e9f65 Mon Sep 17 00:00:00 2001 From: cohrs Date: Sun, 23 Nov 2003 20:54:41 +0000 Subject: [PATCH] unused variables remove unused variables gcc warned about --- src/monmove.c | 1 - src/options.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/monmove.c b/src/monmove.c index 282a1fa4b..3035c52ce 100644 --- a/src/monmove.c +++ b/src/monmove.c @@ -1370,7 +1370,6 @@ undesirable_disp(mtmp, x, y) struct monst *mtmp; xchar x,y; { - struct permonst *mdat = mtmp->data; boolean is_pet = (mtmp && mtmp->mtame && !mtmp->isminion); struct trap *trap = t_at(x,y); diff --git a/src/options.c b/src/options.c index a0d51c899..354d1cf72 100644 --- a/src/options.c +++ b/src/options.c @@ -3186,7 +3186,6 @@ const char *mapping; { struct autopickup_exception *ape, **apehead; char text[256], *text2; - static int allocsize = 0; int textsize = 0; boolean grab = FALSE;