diff options
author | wm4 <wm4@nowhere> | 2015-05-11 21:19:31 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-05-11 22:56:20 +0200 |
commit | e5573728c735d27fe4b879ef6890562a34d77428 (patch) | |
tree | 88e0611f636c03b0a538f2799dfb3dccb5e26c2c /video/out | |
parent | 10149f68a5c6cb9783ed7595998985d7e586e871 (diff) |
cocoa: remove unused declaration
Diffstat (limited to 'video/out')
-rw-r--r-- | video/out/cocoa_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/video/out/cocoa_common.h b/video/out/cocoa_common.h index 5b440384fe..0912fbb5c8 100644 --- a/video/out/cocoa_common.h +++ b/video/out/cocoa_common.h @@ -38,9 +38,6 @@ int vo_cocoa_control(struct vo *vo, int *events, int request, void *arg); void vo_cocoa_register_resize_callback(struct vo *vo, void (*cb)(struct vo *vo, int w, int h)); -void vo_cocoa_register_gl_clear_callback(struct vo *vo, void *ctx, - void (*cb)(void *ctx)); - void vo_cocoa_create_nsgl_ctx(struct vo *vo, void *ctx); void vo_cocoa_release_nsgl_ctx(struct vo *vo); |