summaryrefslogtreecommitdiff
path: root/src/strings_type.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2014-04-27 15:13:46 +0000
committerfrosch <frosch@openttd.org>2014-04-27 15:13:46 +0000
commitebd2d3ccef7babead511b133d78654ea2ca38343 (patch)
tree3ddb28b9e1aecc0f048679e0d55f2a25349f29cd /src/strings_type.h
parent08660e6ea6c2741e92dd92095be6b233910f4eb7 (diff)
downloadopenttd-ebd2d3ccef7babead511b133d78654ea2ca38343.tar.xz
(svn r26525) -Remove: Screenshot format setting from GUI.
Diffstat (limited to 'src/strings_type.h')
-rw-r--r--src/strings_type.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/strings_type.h b/src/strings_type.h
index 35f22e5fc..c6eebd54d 100644
--- a/src/strings_type.h
+++ b/src/strings_type.h
@@ -69,10 +69,6 @@ enum SpecialStrings {
/* reserve 32 strings for various screen resolutions */
SPECSTR_RESOLUTION_START = SPECSTR_LANGUAGE_END + 1,
SPECSTR_RESOLUTION_END = SPECSTR_RESOLUTION_START + 0x1F,
-
- /* reserve 32 strings for screenshot formats */
- SPECSTR_SCREENSHOT_START = SPECSTR_RESOLUTION_END + 1,
- SPECSTR_SCREENSHOT_END = SPECSTR_SCREENSHOT_START + 0x1F,
};
#endif /* STRINGS_TYPE_H */