diff options
author | yexo <yexo@openttd.org> | 2010-03-06 00:38:21 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-03-06 00:38:21 +0000 |
commit | 46d5ef925beed4acb7d7e3d7b966bceb28db7e21 (patch) | |
tree | 5de8944b4160da22b7e7226f6c5034d99ea68213 /src/newgrf_airport.h | |
parent | d69a43af4a2a12a7cb64878859d0029f00ee1264 (diff) | |
download | openttd-46d5ef925beed4acb7d7e3d7b966bceb28db7e21.tar.xz |
(svn r19330) -Cleanup: remove the now unused 'oilrig' from AirportSpec
Diffstat (limited to 'src/newgrf_airport.h')
-rw-r--r-- | src/newgrf_airport.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/newgrf_airport.h b/src/newgrf_airport.h index 261963b6a..da5950f66 100644 --- a/src/newgrf_airport.h +++ b/src/newgrf_airport.h @@ -79,7 +79,6 @@ struct AirportSpec { } static AirportSpec dummy; - static AirportSpec oilrig; private: static AirportSpec specs[NUM_AIRPORTS]; |