diff -r 1c4eff980c54 -r e3e435079efa strings.c --- a/strings.c Tue Dec 14 20:21:52 2004 +0000 +++ b/strings.c Tue Dec 14 20:27:00 2004 +0000 @@ -20,15 +20,6 @@ static uint _langtab_num[32]; // Offset into langpack offs static uint _langtab_start[32]; // Offset into langpack offs -#ifdef WITH_REV_HACK - #define WITH_REV - const char _openttd_revision[] = WITH_REV_HACK; -#else - #ifdef WITH_REV - extern const char _openttd_revision[]; - #endif -#endif - typedef byte *PlayerNameGeneratorProc(byte *buffr); typedef struct {