From a9fd52e493a411f10e9a5fa0e0e428ef353842ab Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 14 Jun 2014 19:17:25 +0200 Subject: gl_w32: remove unused variable --- video/out/gl_w32.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/video/out/gl_w32.c b/video/out/gl_w32.c index d80fa00143..852cea7c98 100644 --- a/video/out/gl_w32.c +++ b/video/out/gl_w32.c @@ -39,8 +39,6 @@ static void *w32gpa(const GLubyte *procName) static bool create_context_w32_old(struct MPGLContext *ctx) { - GL *gl = ctx->gl; - struct w32_context *w32_ctx = ctx->priv; HGLRC *context = &w32_ctx->context; -- cgit v1.2.3