1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-18 03:59:09 +00:00

(svn r2818) Don't tell the world about a local variable which is only used once

This commit is contained in:
tron
2005-08-06 16:55:05 +00:00
parent ed8e2bac04
commit 3b6b3af629
2 changed files with 9 additions and 7 deletions

View File

@@ -346,7 +346,6 @@ VARDEF char _savegame_format[8];
VARDEF char *_config_file;
VARDEF char *_highscore_file;
VARDEF char *_log_file;
VARDEF FILE *_log_file_fd;
// NOSAVE: These can be recalculated from InitializeLandscapeVariables
typedef struct {