From aa0ce0fb88307565d229c46f576fc08de5c7a771 Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Sat, 10 Dec 2011 13:49:38 +0100 Subject: [PATCH] Removed dead code --- DataStructures/NodeInformationHelpDesk.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/DataStructures/NodeInformationHelpDesk.h b/DataStructures/NodeInformationHelpDesk.h index a568c3670..f49dbec8f 100644 --- a/DataStructures/NodeInformationHelpDesk.h +++ b/DataStructures/NodeInformationHelpDesk.h @@ -73,10 +73,6 @@ public: return true; } - inline bool GetStartAndDestNodesOfEdge(const _Coordinate& coord, NodesOfEdge& nodesOfEdge) { - return readOnlyGrid->GetEdgeBasedStartNode(coord, nodesOfEdge); - } - inline void FindNearestPointOnEdge(const _Coordinate & input, _Coordinate& output){ readOnlyGrid->FindNearestPointOnEdge(input, output); }