summaryrefslogtreecommitdiffstats
path: root/video/out/gl_w32.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_w32.c')
-rw-r--r--video/out/gl_w32.c2
1 files changed, 0 insertions, 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;