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::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