From eb30ebe1a4b5b6b5fef98331ec91c1d23b4a00cc Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 19 Jul 2010 17:11:09 +0000 Subject: (svn r20188) -Codechange: unVARDEF the _[config|log|highscore]_file variables and move them to a more logical location --- src/variables.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/variables.h') diff --git a/src/variables.h b/src/variables.h index 1cd6b14a1..f6aceaf5a 100644 --- a/src/variables.h +++ b/src/variables.h @@ -24,8 +24,4 @@ VARDEF byte _display_opt; /* IN/OUT parameters to commands */ VARDEF bool _generating_world; -VARDEF char *_config_file; -VARDEF char *_highscore_file; -VARDEF char *_log_file; - #endif /* VARIABLES_H */ -- cgit v1.2.3-54-g00ecf