summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-05 23:43:40 +0200
committerwm4 <wm4@nowhere>2014-08-05 23:43:40 +0200
commitff6c387a7348656c07a1b2b488ad00c34ec0a2a2 (patch)
treeb0d3d476f077b8d022795b71e52a313ef74d8e1e /video
parent5a0db9bf8a293f2b2a97a4b5fe1c4eeab9108e2d (diff)
downloadmpv-ff6c387a7348656c07a1b2b488ad00c34ec0a2a2.tar.bz2
mpv-ff6c387a7348656c07a1b2b488ad00c34ec0a2a2.tar.xz
win32: fix build
Diffstat (limited to 'video')
-rw-r--r--video/out/gl_w32.c1
1 files changed, 0 insertions, 1 deletions
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);