summaryrefslogtreecommitdiffhomepage
path: root/src/scenery.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-03-03 19:53:43 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-03-03 20:34:02 +0100
commit3836f0340841c47a846604328e0b0cd7c5244316 (patch)
treea62b2732065a0008474a26a6b640614d50cf29fb /src/scenery.hpp
parent3d7ae4c401d5bd6109a7fd25eb22e5bc77f0a4aa (diff)
src: simplify bbox update check
Diffstat (limited to 'src/scenery.hpp')
-rw-r--r--src/scenery.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scenery.hpp b/src/scenery.hpp
index 439a83fc..9d9ad6e6 100644
--- a/src/scenery.hpp
+++ b/src/scenery.hpp
@@ -49,7 +49,6 @@ struct scenery final
Vector2b offset, Vector2b bbox_offset, Vector2ub bbox_size);
static bool is_mesh_modified(const scenery& s1, const scenery& s2);
- static bool is_collision_modified(const scenery& s1, const scenery& s2);
bool operator==(const scenery&) const noexcept;
};