Codechange: Remove never-used StationIDList.

This commit is contained in:
peter1138 2019-02-21 00:03:10 +00:00 committed by Niels Martin Hansen
parent 8a6e03c4d2
commit 5ab1a73a8a
1 changed files with 0 additions and 4 deletions

View File

@ -15,7 +15,6 @@
#include "core/smallvec_type.hpp"
#include "core/smallstack_type.hpp"
#include "tilearea_type.h"
#include <list>
typedef uint16 StationID;
typedef uint16 RoadStopID;
@ -91,9 +90,6 @@ enum CatchmentArea {
static const uint MAX_LENGTH_STATION_NAME_CHARS = 32; ///< The maximum length of a station name in characters including '\0'
/** List of station IDs */
typedef std::list<StationID> StationIDList;
/** List of stations */
typedef SmallVector<Station *, 2> StationList;