summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-08-06 16:55:05 +0000
committertron <tron@openttd.org>2005-08-06 16:55:05 +0000
commit3b6b3af629367534c3e91676dc613f993a6a6314 (patch)
treeecb10706a35909845b23027c8cc94c56a709a609 /variables.h
parented8e2bac048a6c4ba73e226b7a8332759bab0697 (diff)
downloadopenttd-3b6b3af629367534c3e91676dc613f993a6a6314.tar.xz
(svn r2818) Don't tell the world about a local variable which is only used once
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/variables.h b/variables.h
index 2872225e3..54be0e451 100644
--- a/variables.h
+++ b/variables.h
@@ -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 {