diff --git a/zone/oriented_bounding_box.h b/zone/oriented_bounding_box.h index b662af84b..4d8a77fb3 100644 --- a/zone/oriented_bounding_box.h +++ b/zone/oriented_bounding_box.h @@ -12,9 +12,6 @@ public: ~OrientedBoundingBox() { } bool ContainsPoint(const glm::vec3 &p) const; - - glm::mat4& GetTransformation() { return transformation; } - glm::mat4& GetInvertedTransformation() { return inverted_transformation; } private: float min_x, max_x; float min_y, max_y;