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
path: root/map
diff options
context:
space:
mode:
authorrachytski <siarhei.rachytski@gmail.com>2011-04-27 02:18:10 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:16:32 +0300
commitdf21480fb756d5152ef91cf3c7d2dac5266b8655 (patch)
tree0ba05c7a83ae6bc96252beb71a4ba3c515086be1 /map
parent132f7aa28820bce4465dc0e672ea02970e3ea4df (diff)
compilation fixes.
Diffstat (limited to 'map')
-rw-r--r--map/framework.cpp2
-rw-r--r--map/framework.hpp8
2 files changed, 1 insertions, 9 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index c676ffa777..f99b9a03af 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -696,7 +696,7 @@ void FrameWork<TModel>::AddRedrawCommandSure()
m_informationDisplay.doDraw(pDrawer);
- InformationDisplay::DrawMyPosition(*pDrawer, m_navigator.Screen(), m_locationState);
+ m_locationState.DrawMyPosition(*pDrawer, m_navigator.Screen());
e->drawer()->screen()->endFrame();
diff --git a/map/framework.hpp b/map/framework.hpp
index 223daa42a7..1f2de97fab 100644
--- a/map/framework.hpp
+++ b/map/framework.hpp
@@ -253,14 +253,6 @@ public:
void EnterBackground();
- void CenterViewport(m2::PointD const & pt);
-
- void ShowRect(m2::RectD const & rect);
-
- void MemoryWarning();
-
- void EnterBackground();
-
void EnterForeground();
/// @TODO refactor to accept point and min visible length