mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-31 06:32:39 +00:00
cfab425fb2
Equality operator is confusing and redundant in this case. It should not be possible to have 2 CellStores for the same cell. There is no copy constructor defined so it's not possible to get a copy. It's possible to independently create second store when another one already exist but it would mean a bug. Explicitly delete CellStore copy and move constructors and assignment operators to enforce this.