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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2016-02-10 17:29:05 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:22:02 +0300
commitaedd5140e40cdb2cc54493e4c7b51ee69341eb6a (patch)
tree12728b8ee35bd63e7dfeb92115f29887b806897a /drape_frontend/drape_engine.hpp
parent4e867d6f060e8278f1345567a47d1a977c4687e2 (diff)
[new-downloader] Refactored country status
Diffstat (limited to 'drape_frontend/drape_engine.hpp')
-rw-r--r--drape_frontend/drape_engine.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/drape_frontend/drape_engine.hpp b/drape_frontend/drape_engine.hpp
index 3a8a7c8be9..e19da60538 100644
--- a/drape_frontend/drape_engine.hpp
+++ b/drape_frontend/drape_engine.hpp
@@ -20,7 +20,6 @@
#include "std/mutex.hpp"
namespace dp { class OGLContextFactory; }
-namespace gui { struct CountryInfo; }
namespace df
{
@@ -94,8 +93,6 @@ public:
void InvalidateRect(m2::RectD const & rect);
void UpdateMapStyle();
- void SetCountryInfo(gui::CountryInfo const & info, bool isCurrentCountry);
- void SetInvalidCountryInfo();
void SetCompassInfo(location::CompassInfo const & info);
void SetGpsInfo(location::GpsInfo const & info, bool isNavigable, location::RouteMatchingInfo const & routeInfo);
void MyPositionNextMode();