From 5ab1a73a8a8f3f54b84d7f7f20c0ef21f8bb345d Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 21 Feb 2019 00:03:10 +0000 Subject: [PATCH] Codechange: Remove never-used StationIDList. --- src/station_type.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/station_type.h b/src/station_type.h index 952a683d74..495e95a082 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 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 StationIDList; - /** List of stations */ typedef SmallVector StationList;