(svn r2720) Remove unused declarations and definitions

This commit is contained in:
tron
2005-07-26 19:34:03 +00:00
parent 102653eb63
commit af9f55c977
11 changed files with 0 additions and 27 deletions

View File

@@ -27,8 +27,6 @@
PlayerID _current_player;
extern void StartupEconomy(void);
static const SpriteID cheeks_table[4] = {
0x325, 0x326,
0x390, 0x3B0,
@@ -458,8 +456,6 @@ restart:;
}
}
extern int GetPlayerMaxRailtype(int p);
static Player *AllocatePlayer(void)
{
Player *p;