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:
authorExMix <rahuba.youri@mapswithme.com>2014-09-11 15:47:57 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:27:06 +0300
commitd66a7d68983bdd13923646322e147daa0acb783f (patch)
tree3b37029d08d68df626730ba264c6daa2ab2b3125 /qt/draw_widget.hpp
parent418be3bce3fcdfee027b5ade271742a16cde8a98 (diff)
[core] add new routing logic
Diffstat (limited to 'qt/draw_widget.hpp')
-rw-r--r--qt/draw_widget.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/qt/draw_widget.hpp b/qt/draw_widget.hpp
index c4aa98e32c..4bbedb4a95 100644
--- a/qt/draw_widget.hpp
+++ b/qt/draw_widget.hpp
@@ -144,8 +144,6 @@ namespace qt
m2::PointD m_taskPoint;
bool m_wasLongClick, m_isCleanSingleClick;
- int m_routingMode;
-
PinClickManager & GetBalloonManager() { return m_framework->GetBalloonManager(); }
};
}