]> git.pond.sub.org Git - empserver/commitdiff
(scut): Remove unaccessed remnants from before 1.1. No functional changes.
authorMarc Olzheim <marcolz@stack.nl>
Mon, 13 Dec 2004 17:36:43 +0000 (17:36 +0000)
committerMarc Olzheim <marcolz@stack.nl>
Mon, 13 Dec 2004 17:36:43 +0000 (17:36 +0000)
src/lib/commands/scut.c

index 710466aaa2e62dc5b69208a123f4930321d61243..874721ecb0da9c61487cb3f77a29c2748bcb8f02 100644 (file)
@@ -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;