diff options
author | rubidium <rubidium@openttd.org> | 2010-07-19 17:11:09 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-07-19 17:11:09 +0000 |
commit | eb30ebe1a4b5b6b5fef98331ec91c1d23b4a00cc (patch) | |
tree | 048f55dc7bb47f2f254ad5935353ad6b68f9a32c /src/variables.h | |
parent | 5a836cdec79cea79ff3ef69c08f13a0546c6dacd (diff) | |
download | openttd-eb30ebe1a4b5b6b5fef98331ec91c1d23b4a00cc.tar.xz |
(svn r20188) -Codechange: unVARDEF the _[config|log|highscore]_file variables and move them to a more logical location
Diffstat (limited to 'src/variables.h')
-rw-r--r-- | src/variables.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 */ |