From 877b57d026d0e1d990a33c42e944bc25df9bd10a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 8 Jun 2024 13:19:22 +0200 Subject: src: remove point::hash() --- src/point.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/point.hpp') diff --git a/src/point.hpp b/src/point.hpp index 285d2f30..8d40992b 100644 --- a/src/point.hpp +++ b/src/point.hpp @@ -32,7 +32,6 @@ struct point constexpr Vector2b offset() const; template std::tuple_element_t constexpr get() const; - size_t hash() const; friend Debug& operator<<(Debug& dbg, const point& pt); static constexpr uint32_t distance(point a, point b); -- cgit v1.2.3