(iOS) Just omit this - not sure if we actually need to set it to NULL

This commit is contained in:
Twinaphex 2015-11-16 04:22:54 +01:00
parent 2f4e00214e
commit 5ce92ca3d0

View File

@ -205,9 +205,7 @@ static void cocoagl_gfx_ctx_destroy(void *data)
[GLContextClass clearCurrentContext];
#if defined(HAVE_COCOATOUCH)
g_view.context = nil;
#elif defined(HAVE_COCOA)
#if defined(HAVE_COCOA)
[g_context clearDrawable];
if (g_context)
[g_context release];