From c1d5b182b4a97b0d505868f68c9c83030c691a23 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 4 Oct 2014 16:26:30 +0200 Subject: cocoa: remove dead code --- video/out/gl_cocoa.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'video/out/gl_cocoa.c') diff --git a/video/out/gl_cocoa.c b/video/out/gl_cocoa.c index 428dce2e0e..4c07806c77 100644 --- a/video/out/gl_cocoa.c +++ b/video/out/gl_cocoa.c @@ -29,13 +29,6 @@ struct cgl_context { CGLContextObj ctx; }; -static void gl_clear(void *ctx) -{ - struct GL *gl = ctx; - gl->ClearColor(0.0f, 0.0f, 0.0f, 0.0f); - gl->Clear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); -} - static int set_swap_interval(int enabled) { CGLContextObj ctx = CGLGetCurrentContext(); @@ -128,7 +121,6 @@ static bool config_window_cocoa(struct MPGLContext *ctx, int flags) ctx->gl->SwapInterval = set_swap_interval; vo_cocoa_config_window(ctx->vo, flags, p->ctx); - vo_cocoa_register_gl_clear_callback(ctx->vo, ctx->gl, gl_clear); return true; } -- cgit v1.2.3