1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-23 14:39:08 +00:00

Codechange: Remove never-used StationIDList.

This commit is contained in:
2019-02-21 00:03:10 +00:00
committed by Niels Martin Hansen
parent 8a6e03c4d2
commit 5ab1a73a8a

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;