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:
-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