summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_event_types.cpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-02-14 21:13:45 +0000
committeryexo <yexo@openttd.org>2009-02-14 21:13:45 +0000
commit5a5bc8ab523a27d5d419443a4c19e08778d7974a (patch)
tree7f887a993593c6a062e6060378109c856ebaa708 /src/ai/api/ai_event_types.cpp
parent8ceb92e6998cdcf0b7821a9c18ec8d216b1a06fa (diff)
downloadopenttd-5a5bc8ab523a27d5d419443a4c19e08778d7974a.tar.xz
(svn r15487) -Change [API CHANGE]: Remove the never implemented function AIEventVehicleCrashed::CloneCrashedVehicle.
Diffstat (limited to 'src/ai/api/ai_event_types.cpp')
-rw-r--r--src/ai/api/ai_event_types.cpp5
1 files changed, 0 insertions, 5 deletions
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;