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-02-08 19:16:51 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:49:46 +0300
commitaca14466854d86c2890d1ed4f24bbb84b85b6b63 (patch)
treeff8eb7359e12f8ea979697843d2fed338a64be60 /platform/platform.hpp
parenta113092f7b9555ce2efa5960186fabc7cde82382 (diff)
Remove Platform::ScaleEtalonSize and other old stuff.
Diffstat (limited to 'platform/platform.hpp')
-rw-r--r--platform/platform.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/platform/platform.hpp b/platform/platform.hpp
index c47ff5beb9..b826dc970e 100644
--- a/platform/platform.hpp
+++ b/platform/platform.hpp
@@ -29,10 +29,6 @@ protected:
/// Flag that it's a paid PRO version of app.
bool m_isPro;
- class PlatformImpl;
- /// Used only on those platforms where needed
- PlatformImpl * m_impl;
-
/// Internal function to use files from writable dir
/// if they override the same file in the resources dir
string ReadPathForFile(string const & file) const;
@@ -42,7 +38,6 @@ protected:
public:
Platform();
- ~Platform();
static bool IsFileExistsByFullPath(string const & filePath);
@@ -122,8 +117,6 @@ public:
string DeviceName() const;
- int ScaleEtalonSize() const;
-
string UniqueClientId() const;
inline bool IsPro() const { return m_isPro; }