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
commita79524c805ff0f6cc20f8e21c40433f9240a5e9f (patch)
tree7f887a993593c6a062e6060378109c856ebaa708 /src/ai/api/ai_event_types.cpp
parent320018aac1ae5b1b4752e331aa6ff80ded00fddc (diff)
downloadopenttd-a79524c805ff0f6cc20f8e21c40433f9240a5e9f.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;