summaryrefslogtreecommitdiff
path: root/src/strings_type.h
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-03-09 10:58:33 +0100
committerGitHub <noreply@github.com>2021-03-09 10:58:33 +0100
commitb21ba566aeee82eb06f1b754ecc78d638dda9c56 (patch)
tree027fc6bcbaac65bf16f0b228b5e53d979fa1578d /src/strings_type.h
parent9fdc8810053e695ad1220ff1d22cc3df984156c6 (diff)
downloadopenttd-b21ba566aeee82eb06f1b754ecc78d638dda9c56.tar.xz
Codechange: remove special strings for language and resolutions (#8824)
As OpenTTD grew, we found other ways to do this, and we are no longer in need for a hack like this.
Diffstat (limited to 'src/strings_type.h')
-rw-r--r--src/strings_type.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/strings_type.h b/src/strings_type.h
index 41ddfa957..7ad0c7126 100644
--- a/src/strings_type.h
+++ b/src/strings_type.h
@@ -86,13 +86,6 @@ enum SpecialStrings {
SPECSTR_SILLY_NAME = 0x70E5,
SPECSTR_ANDCO_NAME = 0x70E6,
SPECSTR_PRESIDENT_NAME = 0x70E7,
-
- /* reserve MAX_LANG strings for the *.lng files */
- SPECSTR_LANGUAGE_START = 0x7100,
- SPECSTR_LANGUAGE_END = SPECSTR_LANGUAGE_START + MAX_LANG - 1,
-
- /* reserve strings for various screen resolutions MUST BE THE LAST VALUE IN THIS ENUM */
- SPECSTR_RESOLUTION_START = SPECSTR_LANGUAGE_END + 1,
};
#endif /* STRINGS_TYPE_H */