summaryrefslogtreecommitdiff
path: root/src/script/api/game
diff options
context:
space:
mode:
authorOskari Leppäaho <oskari.leppaaho@gmail.com>2018-10-31 19:48:37 +0200
committerfrosch <github@elsenhans.name>2018-10-31 19:24:21 +0100
commitb3b89257f745481db211fbc0bb185660528ec00c (patch)
treebfd3464a59fa87a8b2a6025459bf264ff0870148 /src/script/api/game
parent5029cd6f28e576558d4e9304093db6e9e1216f15 (diff)
downloadopenttd-b3b89257f745481db211fbc0bb185660528ec00c.tar.xz
Remove: Unused string "STR_ERROR_TOO_CLOSE_TO_ANOTHER_STATION"
Diffstat (limited to 'src/script/api/game')
-rw-r--r--src/script/api/game/game_station.hpp.sq1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/script/api/game/game_station.hpp.sq b/src/script/api/game/game_station.hpp.sq
index e3a7425ca..4c2f63b38 100644
--- a/src/script/api/game/game_station.hpp.sq
+++ b/src/script/api/game/game_station.hpp.sq
@@ -33,7 +33,6 @@ void SQGSStation_Register(Squirrel *engine)
SQGSStation.DefSQConst(engine, ScriptStation::STATION_ANY, "STATION_ANY");
ScriptError::RegisterErrorMap(STR_ERROR_TOO_CLOSE_TO_ANOTHER_AIRPORT, ScriptStation::ERR_STATION_TOO_CLOSE_TO_ANOTHER_STATION);
- ScriptError::RegisterErrorMap(STR_ERROR_TOO_CLOSE_TO_ANOTHER_STATION, ScriptStation::ERR_STATION_TOO_CLOSE_TO_ANOTHER_STATION);
ScriptError::RegisterErrorMap(STR_ERROR_TOO_CLOSE_TO_ANOTHER_DOCK, ScriptStation::ERR_STATION_TOO_CLOSE_TO_ANOTHER_STATION);
ScriptError::RegisterErrorMap(STR_ERROR_TOO_MANY_STATIONS_LOADING, ScriptStation::ERR_STATION_TOO_MANY_STATIONS);
ScriptError::RegisterErrorMap(STR_ERROR_TOO_MANY_TRUCK_STOPS, ScriptStation::ERR_STATION_TOO_MANY_STATIONS);