summaryrefslogtreecommitdiff
path: root/src/being/playerinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/playerinfo.cpp')
-rw-r--r--src/being/playerinfo.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/being/playerinfo.cpp b/src/being/playerinfo.cpp
index ea1ee8388..0c11b4171 100644
--- a/src/being/playerinfo.cpp
+++ b/src/being/playerinfo.cpp
@@ -595,14 +595,6 @@ BeingId getMercenaryId()
return mMercenary ? mMercenary->id : BeingId_zero;
}
-void updateMoveAI()
-{
- if (mMercenary && mercenaryHandler)
- mercenaryHandler->moveToMaster();
- if (mHomunculus && homunculusHandler)
- homunculusHandler->moveToMaster();
-}
-
void updateAttackAi(const BeingId targetId,
const Keep keep)
{