diff options
Diffstat (limited to 'src/framework/GameSystem/Grid.h')
-rw-r--r-- | src/framework/GameSystem/Grid.h | 4 |
1 files changed, 2 insertions, 2 deletions
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<SPECIFIC_OBJECT>(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; |