summaryrefslogtreecommitdiffstats
path: root/platform/osx/context_gl_osx.h
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2019-12-12 19:03:21 +0200
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2020-02-11 12:06:30 +0100
commit0ce44336866582ffa132fb440163066ad66b18c1 (patch)
treeebeb1bc8b0e5ca549b030411487d891c922eab7f /platform/osx/context_gl_osx.h
parent4cac20aea32043c45304faca2eaf57da69525a88 (diff)
downloadredot-engine-0ce44336866582ffa132fb440163066ad66b18c1.tar.gz
Restore parts of #33783 and #32809 missing after rebase.
Diffstat (limited to 'platform/osx/context_gl_osx.h')
-rw-r--r--platform/osx/context_gl_osx.h4
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();