summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-19 06:47:07 +0000
committertron <tron@openttd.org>2005-07-19 06:47:07 +0000
commit28a6e10a637e5191d292395b75542cb2cc5da647 (patch)
tree93d6951cb75032c0fc278defaf8dc3e7926aa050 /variables.h
parent6b439d6f82f105a074e124e4a15dfdae406e09d1 (diff)
downloadopenttd-28a6e10a637e5191d292395b75542cb2cc5da647.tar.xz
(svn r2631) Move screenshot related variables from variables.h to screenshot.[ch]
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/variables.h b/variables.h
index f026a7601..c37cb4070 100644
--- a/variables.h
+++ b/variables.h
@@ -366,9 +366,6 @@ VARDEF int _num_resolutions;
VARDEF uint16 _resolutions[32][2];
VARDEF uint16 _cur_resolution[2];
-VARDEF char _screenshot_format_name[8];
-VARDEF int _num_screenshot_formats, _cur_screenshot_format;
-
VARDEF char _savegame_format[8];
VARDEF char *_config_file;