From c9f5ac8722190efeb58fda1eec9e6160d5204127 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 25 Oct 2024 14:34:40 +0200 Subject: update class-diag.puml --- DijkstraPathfinder.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'DijkstraPathfinder.h') diff --git a/DijkstraPathfinder.h b/DijkstraPathfinder.h index 93e6943..ab21361 100644 --- a/DijkstraPathfinder.h +++ b/DijkstraPathfinder.h @@ -20,10 +20,6 @@ private: unsigned int distance = -1; XY parent; }; - struct Neighbor { - unsigned int distance = -1; - XY position; - }; Node & map_get(const XY &); std::unordered_map map; -- cgit v1.2.3