From 7d70cc54836540e2edae323fd8b0807dae999dfa Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Mon, 12 Nov 2012 21:23:38 +0100 Subject: [linux] Fixed compilation --- platform/platform_linux.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'platform/platform_linux.cpp') 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 -- cgit v1.2.3