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-08-17 19:10:48 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:42:09 +0300
commitb79d29f3f35f04d0a5709904d2b2f96eb061e800 (patch)
tree7d467e6a6d92c0f441cd774690d76851b572a3e3 /map/rotate_screen_task.hpp
parent4ba8227713116acf6b0820687019041b6d063566 (diff)
refactored anim::Controller and moved it into RenderPolicy.
Diffstat (limited to 'map/rotate_screen_task.hpp')
-rw-r--r--map/rotate_screen_task.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/map/rotate_screen_task.hpp b/map/rotate_screen_task.hpp
index f1a8c86337..8d8ec8ec77 100644
--- a/map/rotate_screen_task.hpp
+++ b/map/rotate_screen_task.hpp
@@ -16,8 +16,6 @@ private:
double m_interval;
double m_curAngle;
- bool m_isFinished;
-
public:
RotateScreenTask(Framework * framework,
@@ -27,8 +25,4 @@ public:
void OnStart(double ts);
void OnStep(double ts);
- void OnEnd(double ts);
-
- bool IsFinished();
- void Finish();
};