From 70e1ee220fc78bb87b0a56b11050530b52317aa7 Mon Sep 17 00:00:00 2001 From: Marc Olzheim Date: Mon, 13 Dec 2004 17:36:43 +0000 Subject: [PATCH] (scut): Remove unaccessed remnants from before 1.1. No functional changes. --- src/lib/commands/scut.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/commands/scut.c b/src/lib/commands/scut.c index 710466aa..874721ec 100644 --- a/src/lib/commands/scut.c +++ b/src/lib/commands/scut.c @@ -136,8 +136,6 @@ scut(void) union item_u item; int type; struct mchrstr *mp; - struct plchrstr *pp; - struct lchrstr *lp; s_char *p; s_char prompt[128]; s_char buf[1024]; @@ -230,11 +228,9 @@ scut(void) prland(&item.land)); continue; } - lp = &lchr[(int)item.land.lnd_type]; pr("%s", prland(&item.land)); scuttle_land(&item.land); } else { - pp = &plchr[(int)item.plane.pln_type]; pr("%s", prplane(&item.plane)); if (item.plane.pln_ship >= 0) { struct shpstr ship;