diff options
author | Rubidium <rubidium@openttd.org> | 2021-06-16 20:47:31 +0200 |
---|---|---|
committer | rubidium42 <rubidium42@users.noreply.github.com> | 2021-06-17 16:18:30 +0200 |
commit | 930bb224168145f942a426dc8404f02f20fa2be0 (patch) | |
tree | 44d1ba107173d73507c7cb81232aeb81db174ac6 | |
parent | b560620eb9a63813cba1f8eccdb7424c5d2532b5 (diff) | |
download | openttd-930bb224168145f942a426dc8404f02f20fa2be0.tar.xz |
Cleanup: remove lines from station_base.h that are already included in includes base_station_base.h
-rw-r--r-- | src/station_base.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/station_base.h b/src/station_base.h index 4f79dd98c..c63dcade1 100644 --- a/src/station_base.h +++ b/src/station_base.h @@ -21,9 +21,6 @@ #include <map> #include <set> -typedef Pool<BaseStation, StationID, 32, 64000> StationPool; -extern StationPool _station_pool; - static const byte INITIAL_STATION_RATING = 175; /** |