From 3836f0340841c47a846604328e0b0cd7c5244316 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 3 Mar 2023 19:53:43 +0100 Subject: src: simplify bbox update check --- src/scenery.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/scenery.hpp') 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; }; -- cgit v1.2.3