summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-25 12:57:39 +0000
committerrubidium <rubidium@openttd.org>2008-05-25 12:57:39 +0000
commit5fa0946c087408545c22250be1996f3433d94786 (patch)
tree025594bdaef0e1efcf18e01f88e9d25a469cdb7c /src/settings_type.h
parentf6ea07e7d8ebfebe817eca368df24383887d732a (diff)
downloadopenttd-5fa0946c087408545c22250be1996f3433d94786.tar.xz
(svn r13242) -Codechange: remove _opt_ptr.
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 2233c856d..d3f3b611e 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -74,9 +74,6 @@ extern GameOptions _opt;
/* These are the default options for a new game */
extern GameOptions _opt_newgame;
-/* Pointer to one of the two _opt OR _opt_newgame structs */
-extern GameOptions *_opt_ptr;
-
struct Patches {
bool modified_catchment; ///< different-size catchment areas
bool vehicle_speed; ///< show vehicle speed