# HG changeset patch # User tron # Date 1107680151 0 # Node ID 46f949889d13c2c3f37d19953038451f34526442 # Parent 99c9210903565a48b1cbc45db68b4c439c2ab0bc (svn r1815) Remove some unused declarations diff -r 99c921090356 -r 46f949889d13 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