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.h')
-rw-r--r--iphone/Maps/Platform/opengl/iosOGLContextFactory.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/iphone/Maps/Platform/opengl/iosOGLContextFactory.h b/iphone/Maps/Platform/opengl/iosOGLContextFactory.h
index bcec895726..928454ffcb 100644
--- a/iphone/Maps/Platform/opengl/iosOGLContextFactory.h
+++ b/iphone/Maps/Platform/opengl/iosOGLContextFactory.h
@@ -14,8 +14,6 @@ public:
virtual bool isDrawContextCreated() const;
virtual bool isUploadContextCreated() const;
-
- void setPresentAvailable(bool available);
private:
CAEAGLLayer * m_layer;