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:
Diffstat (limited to 'iphone/Maps/Platform/opengl/iosOGLContextFactory.mm')
-rw-r--r--iphone/Maps/Platform/opengl/iosOGLContextFactory.mm6
1 files changed, 0 insertions, 6 deletions
diff --git a/iphone/Maps/Platform/opengl/iosOGLContextFactory.mm b/iphone/Maps/Platform/opengl/iosOGLContextFactory.mm
index 60751ff34c..501f3c3ccf 100644
--- a/iphone/Maps/Platform/opengl/iosOGLContextFactory.mm
+++ b/iphone/Maps/Platform/opengl/iosOGLContextFactory.mm
@@ -35,9 +35,3 @@ bool iosOGLContextFactory::isUploadContextCreated() const
{
return m_uploadContext != nullptr;
}
-
-void iosOGLContextFactory::setPresentAvailable(bool available)
-{
- if (m_drawContext != nullptr)
- m_drawContext->setPresentAvailable(available);
-}