Removing empty line

This commit is contained in:
DennisOSRM 2012-05-15 16:42:54 +02:00
parent 4eb379a912
commit bb5b6fef26

View File

@ -35,7 +35,6 @@ double DescriptionFactory::GetAzimuth(const _Coordinate& A, const _Coordinate& B
return angle;
}
void DescriptionFactory::SetStartSegment(const PhantomNode & _startPhantom) {
startPhantom = _startPhantom;
AppendSegment(_startPhantom.location, _PathData(0, _startPhantom.nodeBasedEdgeNameID, 10, _startPhantom.weight1));