summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorTakenbacon <revoke1336@live.com>2025-08-08 21:36:24 -0700
committerGitHub <noreply@github.com>2025-08-09 06:36:24 +0200
commit73317b2706334c111ddbedf51d5ef0cc73bd02a7 (patch)
tree0d7556bc56266f836cddf3e3cd87ada38689ca4c /src/common
parentc97cee1e4fcc9bb6fcae82e1775cdc9a32af8ba6 (diff)
feat(Core/Grids): Remove WorldObject separation in grid containers (#22595)
Diffstat (limited to 'src/common')
-rw-r--r--src/common/Dynamic/TypeContainer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/Dynamic/TypeContainer.h b/src/common/Dynamic/TypeContainer.h
index f1551996fa..0c338de5da 100644
--- a/src/common/Dynamic/TypeContainer.h
+++ b/src/common/Dynamic/TypeContainer.h
@@ -35,7 +35,6 @@
template<class OBJECT>
struct ContainerMapList
{
- //std::map<OBJECT_HANDLE, OBJECT *> _element;
GridRefMgr<OBJECT> _element;
};