diff options
Diffstat (limited to 'src/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; /** |