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-11-13 15:14:15 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:46:51 +0300
commitd83b3d3384389e571445b5e95ee1effe3b0f7604 (patch)
treebc0e6f00792f247b19d6ec3ff4c306a30185684b /platform/platform.hpp
parentd153b65b03307f04ec9054130a1a01e2e73988f6 (diff)
fixes according to code review.
Diffstat (limited to 'platform/platform.hpp')
-rw-r--r--platform/platform.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/platform.hpp b/platform/platform.hpp
index 4d38693290..0f2a056535 100644
--- a/platform/platform.hpp
+++ b/platform/platform.hpp
@@ -128,8 +128,6 @@ public:
inline bool IsPro() const { return m_isPro; }
- bool DoSupportRotation() const;
-
/// @return url for clients to download maps
//@{
string MetaServerUrl() const;