Clean up useless declarations
Commitfbf9f15b
removed SO, SE, but left their declarations behind. Ditto commit3aea20e1
for bigcity_dchr, and commit08b94556
for player_kill_idle. Commitafa65c8f
accidentally added a declaration for xedit().
This commit is contained in:
parent
6ae4eca045
commit
8cbcfefda1
3 changed files with 0 additions and 6 deletions
|
@ -168,7 +168,6 @@ struct dchrstr {
|
||||||
extern int sctoff(coord x, coord y);
|
extern int sctoff(coord x, coord y);
|
||||||
|
|
||||||
extern struct dchrstr dchr[SCT_TYPE_MAX + 2];
|
extern struct dchrstr dchr[SCT_TYPE_MAX + 2];
|
||||||
extern struct dchrstr bigcity_dchr;
|
|
||||||
#define IS_BIG_CITY(type) (dchr[(type)].d_pkg == UPKG)
|
#define IS_BIG_CITY(type) (dchr[(type)].d_pkg == UPKG)
|
||||||
|
|
||||||
/* Minimal efficiency of sectors that can be knocked down (bridges) */
|
/* Minimal efficiency of sectors that can be knocked down (bridges) */
|
||||||
|
|
|
@ -52,7 +52,4 @@ int update_reschedule(void);
|
||||||
int run_hook(char *, char *);
|
int run_hook(char *, char *);
|
||||||
int shutdown_initiate(int);
|
int shutdown_initiate(int);
|
||||||
|
|
||||||
/* thread entry points */
|
|
||||||
void player_kill_idle(void *);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -48,8 +48,6 @@ extern int eight_bit_clean;
|
||||||
extern int input_fd;
|
extern int input_fd;
|
||||||
extern int send_eof;
|
extern int send_eof;
|
||||||
extern FILE *auxfp;
|
extern FILE *auxfp;
|
||||||
extern char *SO;
|
|
||||||
extern char *SE;
|
|
||||||
|
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
void getsose(void);
|
void getsose(void);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue