(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;
|
union item_u item;
|
||||||
int type;
|
int type;
|
||||||
struct mchrstr *mp;
|
struct mchrstr *mp;
|
||||||
struct plchrstr *pp;
|
|
||||||
struct lchrstr *lp;
|
|
||||||
s_char *p;
|
s_char *p;
|
||||||
s_char prompt[128];
|
s_char prompt[128];
|
||||||
s_char buf[1024];
|
s_char buf[1024];
|
||||||
|
@ -230,11 +228,9 @@ scut(void)
|
||||||
prland(&item.land));
|
prland(&item.land));
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
lp = &lchr[(int)item.land.lnd_type];
|
|
||||||
pr("%s", prland(&item.land));
|
pr("%s", prland(&item.land));
|
||||||
scuttle_land(&item.land);
|
scuttle_land(&item.land);
|
||||||
} else {
|
} else {
|
||||||
pp = &plchr[(int)item.plane.pln_type];
|
|
||||||
pr("%s", prplane(&item.plane));
|
pr("%s", prplane(&item.plane));
|
||||||
if (item.plane.pln_ship >= 0) {
|
if (item.plane.pln_ship >= 0) {
|
||||||
struct shpstr ship;
|
struct shpstr ship;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue