summaryrefslogtreecommitdiffhomepage
path: root/src/chunk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/chunk.cpp')
-rw-r--r--src/chunk.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/chunk.cpp b/src/chunk.cpp
index 0c02495e..18b8a6f1 100644
--- a/src/chunk.cpp
+++ b/src/chunk.cpp
@@ -159,8 +159,6 @@ chunk::~chunk() noexcept
chunk::chunk(chunk&&) noexcept = default;
chunk& chunk::operator=(chunk&&) noexcept = default;
-bool chunk::bbox::operator==(const bbox& other) const noexcept = default;
-
void chunk::add_object_unsorted(const std::shared_ptr<object>& e)
{
_objects_sorted = false;