aboutsummaryrefslogtreecommitdiff
path: root/src/game/Object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Object.cpp')
-rw-r--r--src/game/Object.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game/Object.cpp b/src/game/Object.cpp
index b4be90747cf..858f141aa6c 100644
--- a/src/game/Object.cpp
+++ b/src/game/Object.cpp
@@ -1619,10 +1619,4 @@ void WorldObject::GetNearPoint(WorldObject const* searcher, float &x, float &y,
z = GetPositionZ();
UpdateGroundPositionZ(x,y,z);
-}
-
-template<class NOTIFIER>
-void WorldObject::VisitNearbyObject(const float &radius, NOTIFIER &notifier) const
-{
- GetMap()->VisitAll(GetPositionX(), GetPositionY(), radius, notifier);
} \ No newline at end of file