Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/map
diff options
context:
space:
mode:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-08-17 13:23:41 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:01:48 +0300
commitd84b17f6d37baedf871321f61f3dd44c021fc4ae (patch)
tree38c6aa7f4b869fc7966904eb3ea52ff44e70a1f4 /map
parentd8255ee1b2c799e783895ceffd3dbcb09192597c (diff)
[routing] Get current direction point enchancement.
Diffstat (limited to 'map')
-rw-r--r--map/framework.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index 991ac587cf..1dfd0838fd 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -2244,7 +2244,6 @@ void Framework::InsertRoute(Route const & route)
return;
}
- double mercatorDistance = 0;
vector<double> turnsDistances;
if (m_currentRouterType == RouterType::Vehicle)
{