Remove leftover declarations that should have been removed along with
the definitions.
This commit is contained in:
parent
0730780b64
commit
03abca9258
4 changed files with 0 additions and 5 deletions
|
@ -113,7 +113,6 @@ extern int ef_nelem(int);
|
||||||
extern int ef_flags(int);
|
extern int ef_flags(int);
|
||||||
extern int ef_byname(char *);
|
extern int ef_byname(char *);
|
||||||
|
|
||||||
extern int ef_nbread(int type, int id, void *ptr);
|
|
||||||
extern struct empfile empfile[];
|
extern struct empfile empfile[];
|
||||||
|
|
||||||
#endif /* _FILE_H_ */
|
#endif /* _FILE_H_ */
|
||||||
|
|
|
@ -192,7 +192,6 @@ extern struct castr nat_ca[];
|
||||||
extern struct castr treaty_ca[];
|
extern struct castr treaty_ca[];
|
||||||
extern struct castr trade_ca[];
|
extern struct castr trade_ca[];
|
||||||
extern struct castr loan_ca[];
|
extern struct castr loan_ca[];
|
||||||
extern struct castr genitem_ca[];
|
|
||||||
extern struct castr lost_ca[];
|
extern struct castr lost_ca[];
|
||||||
extern struct castr commodity_ca[];
|
extern struct castr commodity_ca[];
|
||||||
|
|
||||||
|
|
|
@ -79,7 +79,6 @@ extern int opt_NO_OIL;
|
||||||
extern int opt_NO_PLAGUE;
|
extern int opt_NO_PLAGUE;
|
||||||
extern int opt_PINPOINTMISSILE;
|
extern int opt_PINPOINTMISSILE;
|
||||||
extern int opt_RES_POP;
|
extern int opt_RES_POP;
|
||||||
extern int opt_ROLLOVER_AVAIL;
|
|
||||||
extern int opt_SAIL;
|
extern int opt_SAIL;
|
||||||
extern int opt_SHOWPLANE;
|
extern int opt_SHOWPLANE;
|
||||||
extern int opt_SLOW_WAR;
|
extern int opt_SLOW_WAR;
|
||||||
|
@ -96,7 +95,6 @@ extern int opt_UPDATESCHED;
|
||||||
#undef EMP_CONFIG_H_OUTPUT
|
#undef EMP_CONFIG_H_OUTPUT
|
||||||
|
|
||||||
/* Game parameters that cannot be set in econfig (yet) */
|
/* Game parameters that cannot be set in econfig (yet) */
|
||||||
extern int melt_item_denom[];
|
|
||||||
#ifdef START_UNITS
|
#ifdef START_UNITS
|
||||||
int start_unit_type[];
|
int start_unit_type[];
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -76,7 +76,6 @@ extern void resnoise(struct sctstr *sptr, int public_amt, s_char *name,
|
||||||
int old, int new);
|
int old, int new);
|
||||||
extern int line_of_sight(char **rad, int ax, int ay, int bx, int by);
|
extern int line_of_sight(char **rad, int ax, int ay, int bx, int by);
|
||||||
extern void plane_sona(struct emp_qelem *, int, int, struct shiplist **);
|
extern void plane_sona(struct emp_qelem *, int, int, struct shiplist **);
|
||||||
extern int tend_nxtitem(struct nstr_item *, void *);
|
|
||||||
extern s_char *prsub(struct shpstr *);
|
extern s_char *prsub(struct shpstr *);
|
||||||
extern int check_trade(void);
|
extern int check_trade(void);
|
||||||
extern int ontradingblock(int, int *);
|
extern int ontradingblock(int, int *);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue