(scut): Remove unaccessed remnants from before 1.1. No functional changes.
This commit is contained in:
parent
d818036c0f
commit
70e1ee220f
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue