From 99622cee1428e400974f61bfcf8a0ddac6678c53 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Thu, 19 Jan 2017 00:10:42 +0100 Subject: [PATCH] (Cocoa ) Update --- gfx/drivers_context/cocoa_gl_ctx.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gfx/drivers_context/cocoa_gl_ctx.m b/gfx/drivers_context/cocoa_gl_ctx.m index 62b9c0a47a..ba71512fb0 100644 --- a/gfx/drivers_context/cocoa_gl_ctx.m +++ b/gfx/drivers_context/cocoa_gl_ctx.m @@ -554,10 +554,9 @@ CFStringRef)BOXSTRING(symbol_name) } static void cocoagl_gfx_ctx_check_window(void *data, bool *quit, - bool *resize, unsigned *width, unsigned *height, unsigned frame_count) + bool *resize, unsigned *width, unsigned *height) { unsigned new_width, new_height; - (void)frame_count; *quit = false;