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:
authorAlex Zolotarev <deathbaba@gmail.com>2012-11-13 00:23:38 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:46:48 +0300
commit7d70cc54836540e2edae323fd8b0807dae999dfa (patch)
treee9f6b25b8946a9beb3e768c9623923084e33fd22 /platform/platform_linux.cpp
parent599cbc140f200b530d619f2074c928d9c7fd7829 (diff)
[linux] Fixed compilation
Diffstat (limited to 'platform/platform_linux.cpp')
-rw-r--r--platform/platform_linux.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/platform_linux.cpp b/platform/platform_linux.cpp
index c12ca901b5..b3c20ab0ad 100644
--- a/platform/platform_linux.cpp
+++ b/platform/platform_linux.cpp
@@ -59,11 +59,6 @@ string Platform::UniqueClientId() const
return "@TODO";
}
-bool Platform::DoSupportRotation() const
-{
- return false;
-}
-
void Platform::RunOnGuiThread(TFunctor const & fn)
{
/// @todo