Remove some superflous declarations missed in the previous revision.
This commit is contained in:
parent
c1162bbcf4
commit
80aae5b8e6
6 changed files with 0 additions and 13 deletions
|
@ -53,7 +53,6 @@ ldump(void)
|
|||
struct nstr_item ni;
|
||||
struct lndstr land;
|
||||
int vec[I_MAX + 1];
|
||||
s_char *mission_short_name(int);
|
||||
int n, i;
|
||||
struct natstr *np;
|
||||
time_t now;
|
||||
|
|
|
@ -50,7 +50,6 @@ lsta(void)
|
|||
int nunits;
|
||||
struct nstr_item ni;
|
||||
struct lndstr land;
|
||||
s_char *mission_short_name(int);
|
||||
|
||||
if (!snxtitem(&ni, EF_LAND, player->argp[1]))
|
||||
return RET_SYN;
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
int
|
||||
thre(void)
|
||||
{
|
||||
extern struct ichrstr *whatitem(s_char *, s_char *);
|
||||
struct sctstr sect;
|
||||
struct nstr_sect nstr;
|
||||
int val;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue