summaryrefslogtreecommitdiff
path: root/src/station_type.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2019-02-21 00:03:10 +0000
committerNiels Martin Hansen <nielsm@indvikleren.dk>2019-02-21 17:45:47 +0100
commit5ab1a73a8a8f3f54b84d7f7f20c0ef21f8bb345d (patch)
treeaea103be7785e56f07216c4059ed0ddcd790b886 /src/station_type.h
parent8a6e03c4d27f04538b98d2ccb6acb4b86f09c9ed (diff)
downloadopenttd-5ab1a73a8a8f3f54b84d7f7f20c0ef21f8bb345d.tar.xz
Codechange: Remove never-used StationIDList.
Diffstat (limited to 'src/station_type.h')
-rw-r--r--src/station_type.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/station_type.h b/src/station_type.h
index 952a683d7..495e95a08 100644
--- a/src/station_type.h
+++ b/src/station_type.h
@@ -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;