summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-11 21:19:31 +0200
committerwm4 <wm4@nowhere>2015-05-11 22:56:20 +0200
commite5573728c735d27fe4b879ef6890562a34d77428 (patch)
tree88e0611f636c03b0a538f2799dfb3dccb5e26c2c /video
parent10149f68a5c6cb9783ed7595998985d7e586e871 (diff)
downloadmpv-e5573728c735d27fe4b879ef6890562a34d77428.tar.bz2
mpv-e5573728c735d27fe4b879ef6890562a34d77428.tar.xz
cocoa: remove unused declaration
Diffstat (limited to 'video')
-rw-r--r--video/out/cocoa_common.h3
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);