summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_error.hpp.sq
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_error.hpp.sq
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_error.hpp.sq')
-rw-r--r--src/ai/api/ai_error.hpp.sq1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ai/api/ai_error.hpp.sq b/src/ai/api/ai_error.hpp.sq
index e5752bf9b..768dce1c5 100644
--- a/src/ai/api/ai_error.hpp.sq
+++ b/src/ai/api/ai_error.hpp.sq
@@ -87,7 +87,6 @@ void SQAIError_Register(Squirrel *engine) {
AIError::RegisterErrorMap(STR_980E_SHIP_IN_THE_WAY, AIError::ERR_VEHICLE_IN_THE_WAY);
AIError::RegisterErrorMap(STR_A015_AIRCRAFT_IN_THE_WAY, AIError::ERR_VEHICLE_IN_THE_WAY);
AIError::RegisterErrorMap(STR_0239_SITE_UNSUITABLE, AIError::ERR_SITE_UNSUITABLE);
- AIError::RegisterErrorMap(STR_304B_SITE_UNSUITABLE, AIError::ERR_SITE_UNSUITABLE);
AIError::RegisterErrorMap(STR_0002_TOO_CLOSE_TO_EDGE_OF_MAP, AIError::ERR_TOO_CLOSE_TO_EDGE);
AIError::RegisterErrorMap(STR_306C_STATION_TOO_SPREAD_OUT, AIError::ERR_STATION_TOO_SPREAD_OUT);