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:
authorvng <viktor.govako@gmail.com>2013-11-05 14:42:48 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:04:40 +0300
commit564e3430a13876bd29d12477421bf1b437e7bf92 (patch)
treec46a9e5248eb2177dc3412d562c254312bfd751a /map/location_state.hpp
parentbd4745605df765f120a977d8789656cf27efd979 (diff)
Remove useless code.
Diffstat (limited to 'map/location_state.hpp')
-rw-r--r--map/location_state.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/map/location_state.hpp b/map/location_state.hpp
index 1d2c583d2e..42dc470cbe 100644
--- a/map/location_state.hpp
+++ b/map/location_state.hpp
@@ -1,7 +1,5 @@
#pragma once
-#include "compass_filter.hpp"
-
#include "../gui/element.hpp"
#include "../platform/location.hpp"
@@ -16,8 +14,6 @@
class Framework;
-//namespace anim { class AngleInterpolation; }
-
namespace graphics { class DisplayList; }
namespace location
@@ -55,7 +51,6 @@ namespace location
double m_errorRadius; //< error radius in mercator
m2::PointD m_position; //< position in mercator
- CompassFilter m_compassFilter;
double m_drawHeading;
bool m_hasPosition;
@@ -101,8 +96,6 @@ namespace location
mutable vector<m2::AnyRectD> m_boundRects;
m2::RectD m_boundRect;
- //shared_ptr<anim::AngleInterpolation> m_headingInterpolation;
-
typedef map<int, TCompassStatusListener> TCompassStatusListeners;
TCompassStatusListeners m_compassStatusListeners;
int m_currentSlotID;
@@ -118,7 +111,6 @@ namespace location
m2::PointD const & globalPt1,
ScreenBase const & s);
- void CheckCompassRotation();
void CheckCompassFollowing();
void FollowCompass();