summaryrefslogtreecommitdiff
path: root/strings.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-06 08:55:51 +0000
committertron <tron@openttd.org>2005-02-06 08:55:51 +0000
commit3aac710c68ca0262c71f5d79348d70c918025a3c (patch)
tree88cb5147bb5085549a7f56c9aa1389ecc1424e31 /strings.c
parent7dd78479cc76a768e4941d76a90385e5e48902e4 (diff)
downloadopenttd-3aac710c68ca0262c71f5d79348d70c918025a3c.tar.xz
(svn r1815) Remove some unused declarations
Diffstat (limited to 'strings.c')
-rw-r--r--strings.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/strings.c b/strings.c
index a089aa4a3..80338fda3 100644
--- a/strings.c
+++ b/strings.c
@@ -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