From 3b6b3af629367534c3e91676dc613f993a6a6314 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 6 Aug 2005 16:55:05 +0000 Subject: (svn r2818) Don't tell the world about a local variable which is only used once --- variables.h | 1 - 1 file changed, 1 deletion(-) (limited to 'variables.h') 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 { -- cgit v1.2.3-54-g00ecf