From aca14466854d86c2890d1ed4f24bbb84b85b6b63 Mon Sep 17 00:00:00 2001 From: vng Date: Fri, 8 Feb 2013 18:16:51 +0300 Subject: Remove Platform::ScaleEtalonSize and other old stuff. --- platform/platform.hpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'platform/platform.hpp') 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; } -- cgit v1.2.3