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-03-20 19:48:41 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:13:46 +0300
commit5ecf5d77656226311ff403107d8a9d8a6b945793 (patch)
tree771f8c731d62efb3d132cb5e8fcc03d284ff024c /map/navigator.hpp
parent11ba4a6d5d34228903b27d6747c818c060fbfb76 (diff)
ruler fix
Diffstat (limited to 'map/navigator.hpp')
-rw-r--r--map/navigator.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/map/navigator.hpp b/map/navigator.hpp
index f79c191453..028517ab1e 100644
--- a/map/navigator.hpp
+++ b/map/navigator.hpp
@@ -59,7 +59,6 @@ public:
bool Update(double timeInSec);
bool InAction() const;
- bool InDrag() const;
/// enabling/disabling screen rotation handling
void SetSupportRotation(bool flag);
@@ -109,7 +108,6 @@ private:
math::Matrix<float, 3, 3> m_DeltaMatrix;
// Flag, which indicates, whether we are in the middle of some action.
bool m_InAction;
- bool m_InDrag;
// Does Navigator supports screen rotation.
bool m_DoSupportRotation;
// Should we check for threshold while scaling by two fingers.