From 82afc0f343e9b5d561051ebee51d0feffbde0377 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 3 Dec 2014 20:40:06 +0100 Subject: vda: use implicit current GL context Removes the dependency from the Cocoa backend in case we are not using it but still wanna use VDA GL introp. --- video/out/cocoa_common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'video/out/cocoa_common.h') diff --git a/video/out/cocoa_common.h b/video/out/cocoa_common.h index 8e59ab6764..be68b7ca22 100644 --- a/video/out/cocoa_common.h +++ b/video/out/cocoa_common.h @@ -42,9 +42,6 @@ void vo_cocoa_register_resize_callback(struct vo *vo, void vo_cocoa_register_gl_clear_callback(struct vo *vo, void *ctx, void (*cb)(void *ctx)); -void *vo_cocoa_cgl_context(struct vo *vo); -void *vo_cocoa_cgl_pixel_format(struct vo *vo); - void vo_cocoa_create_nsgl_ctx(struct vo *vo, void *ctx); void vo_cocoa_release_nsgl_ctx(struct vo *vo); -- cgit v1.2.3