summaryrefslogtreecommitdiffhomepage
path: root/src/chunk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/chunk.cpp')
-rw-r--r--src/chunk.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chunk.cpp b/src/chunk.cpp
index e2b26e72..9f6fe993 100644
--- a/src/chunk.cpp
+++ b/src/chunk.cpp
@@ -173,7 +173,6 @@ void chunk::add_object(const std::shared_ptr<object>& e)
void chunk::on_teardown()
{
fm_assert(!_teardown); // too late, some chunks were already erased
- //for (const auto& eʹ : _objects) eʹ->on_destroy(eʹ, true); // todo!
}
void chunk::remove_object(size_t i)