Cleanup: remove lines from station_base.h that are already included in includes base_station_base.h

This commit is contained in:
Rubidium 2021-06-16 20:47:31 +02:00 committed by rubidium42
parent b560620eb9
commit 930bb22416
1 changed files with 0 additions and 3 deletions

View File

@ -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;
/**