aboutsummaryrefslogtreecommitdiff
path: root/xbmc/windowing/osx/OpenGL/OSXGLView.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/windowing/osx/OpenGL/OSXGLView.h')
-rw-r--r--xbmc/windowing/osx/OpenGL/OSXGLView.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/xbmc/windowing/osx/OpenGL/OSXGLView.h b/xbmc/windowing/osx/OpenGL/OSXGLView.h
index 54a85a232f..016e102e78 100644
--- a/xbmc/windowing/osx/OpenGL/OSXGLView.h
+++ b/xbmc/windowing/osx/OpenGL/OSXGLView.h
@@ -16,12 +16,6 @@
- (CGLContextObj)getGLContextObj;
/**
- * @brief Application renders out of the NSOpenGLView drawRect (on a different thread). Hence the current
- * NSOpenGLContext needs to be make current so that the view on the context is valid for rendering.
- * This should be done whenever gl calls are about to be done.
- */
-- (void)NotifyContext;
-/**
* @brief Update the current OpenGL context (view is set before updating)
*/
- (void)Update;
@@ -30,9 +24,4 @@
*/
- (void)FlushBuffer;
-/**
- * @brief Specifies if the glContext is currently owned by the view
- */
-@property(atomic, assign) BOOL glContextOwned;
-
@end