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
commitce821b1adac69e91598f48217da42405ca08eb34 (patch)
tree025594bdaef0e1efcf18e01f88e9d25a469cdb7c /src/settings_type.h
parent4ea34e778c4ae194f147b28c327d011207b126ed (diff)
downloadopenttd-ce821b1adac69e91598f48217da42405ca08eb34.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