win32: fix build

This commit is contained in:
wm4 2014-08-05 23:43:40 +02:00
parent 5a0db9bf8a
commit ff6c387a73
1 changed files with 0 additions and 1 deletions

View File

@ -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);