strings.c
changeset 656 e3e435079efa
parent 534 306bc86eb23e
child 659 a9733f856cd0
--- 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 {