(svn r2631) Move screenshot related variables from variables.h to screenshot.[ch]

This commit is contained in:
tron
2005-07-19 06:47:07 +00:00
parent 6b439d6f82
commit 28a6e10a63
5 changed files with 32 additions and 5 deletions

View File

@@ -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;