summaryrefslogtreecommitdiff
path: root/src/rev.cpp.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/rev.cpp.in')
-rw-r--r--src/rev.cpp.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/rev.cpp.in b/src/rev.cpp.in
index 2ba406868..d5d19373b 100644
--- a/src/rev.cpp.in
+++ b/src/rev.cpp.in
@@ -83,10 +83,3 @@ const byte _openttd_revision_tagged = !!ISTAG!!;
* version, thus making comparisons on specific revisions easy.
*/
const uint32 _openttd_newgrf_version = 1 << 28 | 10 << 24 | 0 << 20 | !!ISSTABLETAG!! << 19 | 28004;
-
-#ifdef __MORPHOS__
-/**
- * Variable used by MorphOS to show the version.
- */
-extern const char morphos_versions_tag[] = "$VER: OpenTTD !!VERSION!! (!!DATE!!) OpenTTD Team [MorphOS, PowerPC]";
-#endif