[linux] Fixed compilation

This commit is contained in:
Alex Zolotarev 2012-11-12 21:23:38 +01:00 committed by Alex Zolotarev
parent 599cbc140f
commit 7d70cc5483

View file

@ -59,11 +59,6 @@ string Platform::UniqueClientId() const
return "@TODO";
}
bool Platform::DoSupportRotation() const
{
return false;
}
void Platform::RunOnGuiThread(TFunctor const & fn)
{
/// @todo