summaryrefslogtreecommitdiff
path: root/src/strings.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-29 17:24:39 +0000
committerrubidium <rubidium@openttd.org>2009-11-29 17:24:39 +0000
commit65e63554227246d16a9bbb5eca3edbd98f14f1c7 (patch)
treeb46327b9ee7a4f5b7af4445f69cbd35af803a233 /src/strings.cpp
parent0fce00edd84f99e1b9aa2960815767db66040b2b (diff)
downloadopenttd-65e63554227246d16a9bbb5eca3edbd98f14f1c7.tar.xz
(svn r18339) -Cleanup: remove SKIP support from strgen too
Diffstat (limited to 'src/strings.cpp')
-rw-r--r--src/strings.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/strings.cpp b/src/strings.cpp
index e54edd36b..2151ac7b7 100644
--- a/src/strings.cpp
+++ b/src/strings.cpp
@@ -801,10 +801,6 @@ static char *FormatString(char *buff, const char *str, int64 *argv, uint casei,
break;
}
- case SCC_SKIP: // {SKIP}
- argv++;
- break;
-
/* This sets up the gender for the string.
* We just ignore this one. It's used in {G 0 Der Die Das} to determine the case. */
case SCC_GENDER_INDEX: // {GENDER 0}