From fa7920a0dd0941ce7dbdac9c0cb7d059016b8326 Mon Sep 17 00:00:00 2001 From: silver1ce Date: Tue, 5 Jan 2010 21:40:42 +0200 Subject: fix my typo --HG-- branch : trunk --- src/game/Cell.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/game/Cell.h b/src/game/Cell.h index 802c7bd8c45..5fb430b1ad0 100644 --- a/src/game/Cell.h +++ b/src/game/Cell.h @@ -168,7 +168,6 @@ struct TRINITY_DLL_DECL Cell template void Visit(const CellLock &, TypeContainerVisitor &visitor, Map &m, const WorldObject &obj, float radius) const; template void Visit(const CellLock &, TypeContainerVisitor &visitor, Map &, float radius, float x_off, float y_off) const; - static CellArea CalculateCellArea(const WorldObject &obj, float radius); static CellArea CalculateCellArea(float x, float y, float radius); private: -- cgit v1.2.3