From 5a5bc8ab523a27d5d419443a4c19e08778d7974a Mon Sep 17 00:00:00 2001 From: yexo Date: Sat, 14 Feb 2009 21:13:45 +0000 Subject: (svn r15487) -Change [API CHANGE]: Remove the never implemented function AIEventVehicleCrashed::CloneCrashedVehicle. --- src/ai/api/ai_event_types.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ai/api/ai_event_types.cpp') diff --git a/src/ai/api/ai_event_types.cpp b/src/ai/api/ai_event_types.cpp index abff79873..d3e0b4d83 100644 --- a/src/ai/api/ai_event_types.cpp +++ b/src/ai/api/ai_event_types.cpp @@ -9,11 +9,6 @@ #include "../../articulated_vehicles.h" #include "table/strings.h" -bool AIEventVehicleCrashed::CloneCrashedVehicle(TileIndex depot) -{ - return false; -} - char *AIEventEnginePreview::GetName() { static const int len = 64; -- cgit v1.2.3-54-g00ecf