Clean up useless declarations

Commit fbf9f15b removed SO, SE, but left their declarations behind.
Ditto commit 3aea20e1 for bigcity_dchr, and commit 08b94556 for
player_kill_idle.

Commit afa65c8f accidentally added a declaration for xedit().
This commit is contained in:
Markus Armbruster 2009-03-28 13:03:57 +01:00
parent 6ae4eca045
commit 8cbcfefda1
3 changed files with 0 additions and 6 deletions

View file

@ -48,8 +48,6 @@ extern int eight_bit_clean;
extern int input_fd;
extern int send_eof;
extern FILE *auxfp;
extern char *SO;
extern char *SE;
#ifndef _WIN32
void getsose(void);