summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRubidium <rubidium@openttd.org>2021-06-16 20:47:31 +0200
committerrubidium42 <rubidium42@users.noreply.github.com>2021-06-17 16:18:30 +0200
commit930bb224168145f942a426dc8404f02f20fa2be0 (patch)
tree44d1ba107173d73507c7cb81232aeb81db174ac6
parentb560620eb9a63813cba1f8eccdb7424c5d2532b5 (diff)
downloadopenttd-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.h3
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;
/**