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
diff options
context:
space:
mode:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-09-25 15:51:45 +0300
committerLev Dragunov <l.dragunov@corp.mail.ru>2015-10-07 12:57:52 +0300
commit4d479d9dd8f403d84fa6e6a754c42ef81211f24d (patch)
tree1ab62109e6a229d51d9bf0906b78a5cc81452dcb /map/framework.cpp
parentb7c23e7c46433befe482ce9eb06210db66215d0a (diff)
Remove old reset of the routing session on map deletion.
Diffstat (limited to 'map/framework.cpp')
-rw-r--r--map/framework.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index 13b2e222f6..251cc808fb 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -396,9 +396,6 @@ void Framework::DeleteCountry(storage::TIndex const & index, MapOptions opt)
{
InvalidateRect(GetCountryBounds(countryFile.GetNameWithoutExt()), true /* doForceUpdate */);
}
- // TODO (@ldragunov, @gorshenin): rewrite routing session to use MwmHandles. Thus,
- // it won' be needed to reset it after maps update.
- m_routingSession.Reset();
return;
}
case MapOptions::CarRouting: