From ff6c387a7348656c07a1b2b488ad00c34ec0a2a2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 5 Aug 2014 23:43:40 +0200 Subject: win32: fix build --- video/out/gl_w32.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video') diff --git a/video/out/gl_w32.c b/video/out/gl_w32.c index 0be8ff0165..79e3165b39 100644 --- a/video/out/gl_w32.c +++ b/video/out/gl_w32.c @@ -240,7 +240,6 @@ static void destroy_gl(void *ptr) static void releaseGlContext_w32(MPGLContext *ctx) { - struct MPGLContext *ctx = ptr; struct w32_context *w32_ctx = ctx->priv; if (w32_ctx->context) wglMakeCurrent(w32_ctx->hdc, 0); -- cgit v1.2.3