mirror of https://github.com/OpenTTD/OpenTTD
Codechange: Remove never-used StationIDList.
parent
8a6e03c4d2
commit
5ab1a73a8a
|
@ -15,7 +15,6 @@
|
||||||
#include "core/smallvec_type.hpp"
|
#include "core/smallvec_type.hpp"
|
||||||
#include "core/smallstack_type.hpp"
|
#include "core/smallstack_type.hpp"
|
||||||
#include "tilearea_type.h"
|
#include "tilearea_type.h"
|
||||||
#include <list>
|
|
||||||
|
|
||||||
typedef uint16 StationID;
|
typedef uint16 StationID;
|
||||||
typedef uint16 RoadStopID;
|
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'
|
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 */
|
/** List of stations */
|
||||||
typedef SmallVector<Station *, 2> StationList;
|
typedef SmallVector<Station *, 2> StationList;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue