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/iosOGLContext.h')
-rw-r--r--iphone/Maps/Platform/opengl/iosOGLContext.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/iphone/Maps/Platform/opengl/iosOGLContext.h b/iphone/Maps/Platform/opengl/iosOGLContext.h
index 41127e68df..24f905f551 100644
--- a/iphone/Maps/Platform/opengl/iosOGLContext.h
+++ b/iphone/Maps/Platform/opengl/iosOGLContext.h
@@ -6,8 +6,6 @@
#import <OpenGLES/ES2/gl.h>
#import <OpenGLES/ES2/glext.h>
-#include "std/atomic.hpp"
-
class iosOGLContext : public dp::OGLContext
{
public:
@@ -18,8 +16,6 @@ public:
virtual void present();
virtual void setDefaultFramebuffer();
virtual void resize(int w, int h);
-
- void setPresentAvailable(bool available);
private:
CAEAGLLayer * m_layer;
@@ -36,6 +32,4 @@ private:
GLuint m_depthBufferId;
GLuint m_frameBufferId;
//@} buffers
-
- atomic<bool> m_presentAvailable;
}; \ No newline at end of file