From f58d3591d9c192c9d68a76a0a4ffddd7516c0ef2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 6 May 2015 21:08:26 +0200 Subject: cocoa: remove an unused parameter --- video/out/cocoa_common.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/cocoa_common.m') diff --git a/video/out/cocoa_common.m b/video/out/cocoa_common.m index f9508d6719..a9600dd518 100644 --- a/video/out/cocoa_common.m +++ b/video/out/cocoa_common.m @@ -550,7 +550,7 @@ void vo_cocoa_release_nsgl_ctx(struct vo *vo) s->gl_ctx = nil; } -int vo_cocoa_config_window(struct vo *vo, uint32_t flags, void *gl_ctx) +int vo_cocoa_config_window(struct vo *vo, uint32_t flags) { struct vo_cocoa_state *s = vo->cocoa; with_cocoa_lock_on_main_thread(vo, ^{ -- cgit v1.2.3