From 03abca9258c3e994bf6251af9a14651efaa56f38 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Fri, 30 Sep 2005 19:40:41 +0000 Subject: [PATCH] Remove leftover declarations that should have been removed along with the definitions. --- include/file.h | 1 - include/nsc.h | 1 - include/optlist.h | 2 -- include/prototypes.h | 1 - 4 files changed, 5 deletions(-) diff --git a/include/file.h b/include/file.h index 51584ba80..34e44a48b 100644 --- a/include/file.h +++ b/include/file.h @@ -113,7 +113,6 @@ extern int ef_nelem(int); extern int ef_flags(int); extern int ef_byname(char *); -extern int ef_nbread(int type, int id, void *ptr); extern struct empfile empfile[]; #endif /* _FILE_H_ */ diff --git a/include/nsc.h b/include/nsc.h index d556f1d8b..2183b776a 100644 --- a/include/nsc.h +++ b/include/nsc.h @@ -192,7 +192,6 @@ extern struct castr nat_ca[]; extern struct castr treaty_ca[]; extern struct castr trade_ca[]; extern struct castr loan_ca[]; -extern struct castr genitem_ca[]; extern struct castr lost_ca[]; extern struct castr commodity_ca[]; diff --git a/include/optlist.h b/include/optlist.h index e81902439..081071680 100644 --- a/include/optlist.h +++ b/include/optlist.h @@ -79,7 +79,6 @@ extern int opt_NO_OIL; extern int opt_NO_PLAGUE; extern int opt_PINPOINTMISSILE; extern int opt_RES_POP; -extern int opt_ROLLOVER_AVAIL; extern int opt_SAIL; extern int opt_SHOWPLANE; extern int opt_SLOW_WAR; @@ -96,7 +95,6 @@ extern int opt_UPDATESCHED; #undef EMP_CONFIG_H_OUTPUT /* Game parameters that cannot be set in econfig (yet) */ -extern int melt_item_denom[]; #ifdef START_UNITS int start_unit_type[]; #endif diff --git a/include/prototypes.h b/include/prototypes.h index 7daa816e0..af1af46a0 100644 --- a/include/prototypes.h +++ b/include/prototypes.h @@ -76,7 +76,6 @@ extern void resnoise(struct sctstr *sptr, int public_amt, s_char *name, int old, int new); 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 int tend_nxtitem(struct nstr_item *, void *); extern s_char *prsub(struct shpstr *); extern int check_trade(void); extern int ontradingblock(int, int *); -- 2.43.0