(svn r1815) Remove some unused declarations
authortron
Sun, 06 Feb 2005 08:55:51 +0000
changeset 1311 b1cf62bfe5a5
parent 1310 85cde2193afc
child 1312 8defbb525d09
(svn r1815) Remove some unused declarations
strings.c
--- a/strings.c	Sun Feb 06 08:38:09 2005 +0000
+++ b/strings.c	Sun Feb 06 08:55:51 2005 +0000
@@ -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 @@
 
 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