aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai-bots.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/ai-bots.cpp')
-rw-r--r--engines/hdb/ai-bots.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/hdb/ai-bots.cpp b/engines/hdb/ai-bots.cpp
index 32d4587265..689c7af68f 100644
--- a/engines/hdb/ai-bots.cpp
+++ b/engines/hdb/ai-bots.cpp
@@ -1280,10 +1280,6 @@ void aiDiverterAction(AIEntity *e) {
}
void aiDiverterDraw(AIEntity *e, int mx, int my) {
-}
-
-#if 0
-void aiDiverterDraw(AIEntity *e, int mx, int my) {
int i;
if (!e->value1 && !e->value2)
return;
@@ -1372,7 +1368,6 @@ void aiDiverterDraw(AIEntity *e, int mx, int my) {
}
e->movedownFrames++;
}
-#endif
void aiMeerkatInit(AIEntity *e) {
e->state = STATE_NONE;