diff options
Diffstat (limited to 'platform/osx/context_gl_osx.h')
-rw-r--r-- | platform/osx/context_gl_osx.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/osx/context_gl_osx.h b/platform/osx/context_gl_osx.h index 831a813fe9..6fb6b53275 100644 --- a/platform/osx/context_gl_osx.h +++ b/platform/osx/context_gl_osx.h @@ -51,10 +51,6 @@ class ContextGL_OSX { NSOpenGLContext *context; public: - bool waiting_for_vsync; - NSCondition *vsync_condition; - CVDisplayLinkRef displayLink; - void release_current(); void make_current(); |