summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/chunk.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chunk.cpp b/src/chunk.cpp
index 0cb42ef6..6ccf3d27 100644
--- a/src/chunk.cpp
+++ b/src/chunk.cpp
@@ -196,7 +196,6 @@ void chunk::remove_object(size_t i)
}
arrayRemove(_objects, i);
- //eʹ.destroy();
}
ArrayView<const bptr<object>> chunk::objects() const