diff options
author | tron <tron@openttd.org> | 2005-02-06 08:55:51 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-02-06 08:55:51 +0000 |
commit | 1d5c516780883717dd0b76890db6bfcaf32cac3c (patch) | |
tree | 88cb5147bb5085549a7f56c9aa1389ecc1424e31 | |
parent | ff3bc3cc94a6e1f37c8d305ee7c723312bd5d8b8 (diff) | |
download | openttd-1d5c516780883717dd0b76890db6bfcaf32cac3c.tar.xz |
(svn r1815) Remove some unused declarations
-rw-r--r-- | strings.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -9,8 +9,6 @@ #include "news.h" #include "screenshot.h" -#define USE_TABLE(x) { assert(index < lengthof(x)); str = x[index]; break; } - static byte *StationGetSpecialString(byte *buff); static byte *GetSpecialTownNameString(byte *buff, int ind); static byte *GetSpecialPlayerNameString(byte *buff, int ind); @@ -24,8 +22,6 @@ static uint _langtab_start[32]; // Offset into langpack offs extern const char _openttd_revision[]; -typedef byte *PlayerNameGeneratorProc(byte *buffr); - typedef struct { uint32 ident; uint32 version; // 32-bits of auto generated version info which is basically a hash of strings.h |