summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_station.hpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-04-21 20:20:53 +0000
committerrubidium <rubidium@openttd.org>2009-04-21 20:20:53 +0000
commit2ec09d95a1c80de28d117e1905bab514ccb90b0c (patch)
treedd3c17139abb313cf267099ac8983ec711f39b19 /src/ai/api/ai_station.hpp
parent3949050714463bf13ffb6da231019de6db22a8e5 (diff)
downloadopenttd-2ec09d95a1c80de28d117e1905bab514ccb90b0c.tar.xz
(svn r16114) -Cleanup: unify some more strings and remove some more unused strings
Diffstat (limited to 'src/ai/api/ai_station.hpp')
-rw-r--r--src/ai/api/ai_station.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_station.hpp b/src/ai/api/ai_station.hpp
index 82cb6a5fe..08367a7ed 100644
--- a/src/ai/api/ai_station.hpp
+++ b/src/ai/api/ai_station.hpp
@@ -33,7 +33,7 @@ public:
ERR_STATION_TOO_MANY_STATIONS, // [STR_3008_TOO_MANY_STATIONS_LOADING, STR_TOO_MANY_TRUCK_STOPS, STR_TOO_MANY_BUS_STOPS]
/** There are too many stations, airports of docks in a town */
- ERR_STATION_TOO_MANY_STATIONS_IN_TOWN, // [STR_3007_TOO_MANY_STATIONS_LOADING]
+ ERR_STATION_TOO_MANY_STATIONS_IN_TOWN, // []
};
/**