summaryrefslogtreecommitdiffhomepage
path: root/src/point.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-06-08 13:19:22 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-06-08 13:19:22 +0200
commit877b57d026d0e1d990a33c42e944bc25df9bd10a (patch)
tree4d9d650164417ea909e2e4d28fcc5efba3ce1cb5 /src/point.hpp
parent461481e6bb8149c07121eb85a984e6393fa2b80d (diff)
src: remove point::hash()
Diffstat (limited to 'src/point.hpp')
-rw-r--r--src/point.hpp1
1 files changed, 0 insertions, 1 deletions
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<size_t N> std::tuple_element_t<N, point> constexpr get() const;
- size_t hash() const;
friend Debug& operator<<(Debug& dbg, const point& pt);
static constexpr uint32_t distance(point a, point b);