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:
authorrachytski <siarhei.rachytski@gmail.com>2012-09-28 22:10:57 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:44:24 +0300
commitb307e49a76580e8c64cee6c51ea66fb1978ddf23 (patch)
tree8e521ad6d59bc6e338f259adb75f89cc2544cc9c /map/animator.hpp
parent4f04b39a7aec4a09eb697c0227dfa4a558972dcc (diff)
[android] using anim::Task::Lock/Unlock methods for correct inter-thread synchronization. [ios] using one degree threshold for animation tasks recreation for smooth animation performance.
Diffstat (limited to 'map/animator.hpp')
-rw-r--r--map/animator.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/map/animator.hpp b/map/animator.hpp
index 1d314b0744..9b3006827d 100644
--- a/map/animator.hpp
+++ b/map/animator.hpp
@@ -15,8 +15,6 @@ private:
shared_ptr<RotateScreenTask> m_rotateScreenTask;
- double m_rotationThreshold;
-
public:
/// constructor by Framework