Removed dead code
This commit is contained in:
parent
435efc9886
commit
aa0ce0fb88
@ -73,10 +73,6 @@ public:
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline bool GetStartAndDestNodesOfEdge(const _Coordinate& coord, NodesOfEdge& nodesOfEdge) {
|
|
||||||
return readOnlyGrid->GetEdgeBasedStartNode(coord, nodesOfEdge);
|
|
||||||
}
|
|
||||||
|
|
||||||
inline void FindNearestPointOnEdge(const _Coordinate & input, _Coordinate& output){
|
inline void FindNearestPointOnEdge(const _Coordinate & input, _Coordinate& output){
|
||||||
readOnlyGrid->FindNearestPointOnEdge(input, output);
|
readOnlyGrid->FindNearestPointOnEdge(input, output);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user