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-07-27 17:50:10 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:58:37 +0300
commit89782be32afe692e7e6c26148b66219ffcd9ff5b (patch)
treea138b8cbe42389225d20889eeedf70ed4b40156a /map/framework.cpp
parente1668eeda0dcfd9286cb2dd70eac455b69a89665 (diff)
Split routing callback setting to the two separate framework functions.
Diffstat (limited to 'map/framework.cpp')
-rw-r--r--map/framework.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index 417d9f1720..37882bb357 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -2188,13 +2188,6 @@ void Framework::SetRouterImpl(RouterType type)
m_currentRouterType = type;
}
-void Framework::SetRouteBuildingListener(TRouteBuildingCallback const & buildingCallback,
- TRouteProgressCallback const & progressCallback)
-{
- m_routingCallback = buildingCallback;
- m_progressCallback = progressCallback;
-}
-
void Framework::RemoveRoute()
{
m_bmManager.UserMarksClear(UserMarkContainer::DEBUG_MARK);