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-05-30 22:06:37 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:16:33 +0300
commit0bbe6386d6af995260a9565b647f312a17f9cdf8 (patch)
tree467cdcec2ec542dc5738aba1f46f10027477332e /map/location_state.hpp
parent08e4e08d66976c632c1a7fc774edb39c6b608439 (diff)
[core] remove error sector animation for "my position"
Diffstat (limited to 'map/location_state.hpp')
-rw-r--r--map/location_state.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/map/location_state.hpp b/map/location_state.hpp
index b5959a6414..5259eab1ee 100644
--- a/map/location_state.hpp
+++ b/map/location_state.hpp
@@ -48,9 +48,9 @@ namespace location
private:
static const double s_cacheRadius;
- shared_ptr<anim::Task> m_radiusAnimation;
- void UpdateAnimation();
- void SetErrorRadius(double errorRadius);
+ //shared_ptr<anim::Task> m_radiusAnimation;
+ //void UpdateAnimation();
+ //void SetErrorRadius(double errorRadius);
double GetErrorRadius() const;
float GetTransparency() const;