summaryrefslogtreecommitdiff
path: root/src/strings_type.h
diff options
context:
space:
mode:
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 */