aboutsummaryrefslogtreecommitdiff
path: root/src/game/Object.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2008-12-18 14:20:38 -0600
committermegamage <none@none>2008-12-18 14:20:38 -0600
commit058db69e0730975cd0e3e03e5abca78828808dd8 (patch)
tree989787da76a34d4dae3fb1dfa449f22b7195f1d0 /src/game/Object.cpp
parentf4afde50e0f4dfc3df37653bd781a5a723b8d6e2 (diff)
*Fix build in Windows.
--HG-- branch : trunk
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