Skip to content

Commit

Permalink
remove obsolete line
Browse files Browse the repository at this point in the history
  • Loading branch information
sonora committed Aug 10, 2016
1 parent d0f406c commit 91e9cc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OsmAnd/src/net/osmand/plus/routing/RouteProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,6 @@ public GPXFile createOsmandRouterGPX(RouteCalculationResult srcRoute, OsmandAppl
pt.desc = dirInfo.getDescriptionRoute(ctx, collectedDistance + dirInfo.getDistance());
Map<String, String> extensions = pt.getExtensionsToWrite();
extensions.put("time", (collectedTime + dirInfo.getExpectedTime()) + "");
collectedTime = 0;
int turnType = dirInfo.getTurnType().getValue();
if (TurnType.C != turnType) {
extensions.put("turn", dirInfo.getTurnType().toXmlString());
Expand Down

0 comments on commit 91e9cc6

Please sign in to comment.