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:
authorrachytski <siarhei.rachytski@gmail.com>2012-06-05 01:43:05 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:39:24 +0300
commit6ec4fcf436c9e4792b6bca2978c343748f79f9c6 (patch)
treed6293fcc17b53d5f48b89064a0ab731d8b790acf /map/information_display.hpp
parenteddeffa5b7be4fe562ef0a302989d7af4e386ba6 (diff)
completely removed emptyModelFn and related methods.
Diffstat (limited to 'map/information_display.hpp')
-rw-r--r--map/information_display.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/map/information_display.hpp b/map/information_display.hpp
index aa87c6e128..1bd55b80ff 100644
--- a/map/information_display.hpp
+++ b/map/information_display.hpp
@@ -36,7 +36,6 @@ class InformationDisplay
private:
yg::FontDesc m_fontDesc;
- yg::FontDesc m_emptyMessageFont;
ScreenBase m_screen;
m2::RectI m_displayRect;
@@ -57,9 +56,6 @@ private:
bool m_isDebugInfoEnabled;
double m_frameDuration;
- string m_emptyCountryName;
-
- string m_emptyModelMessage;
shared_ptr<gui::Button> m_downloadButton;
gui::Controller * m_controller;