From ff24a59dd54942c6ed7d92e4302c23e9f31598f8 Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 26 Feb 2009 13:06:42 -0600 Subject: *Fix build. --HG-- branch : trunk --- src/framework/GameSystem/Grid.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/framework/GameSystem') diff --git a/src/framework/GameSystem/Grid.h b/src/framework/GameSystem/Grid.h index a617e61904b..06c4dde2ed3 100644 --- a/src/framework/GameSystem/Grid.h +++ b/src/framework/GameSystem/Grid.h @@ -130,7 +130,7 @@ class TRINITY_DLL_DECL Grid return i_container.template remove(obj, hdl); } - bool NoWorldObjectInGrid() const + /*bool NoWorldObjectInGrid() const { return i_objects.GetElements().isEmpty(); } @@ -138,7 +138,7 @@ class TRINITY_DLL_DECL Grid bool NoGridObjectInGrid() const { return i_container.GetElements().isEmpty(); - } + }*/ private: typedef typename ThreadModel::Lock Guard; -- cgit v1.2.3