summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-14 19:17:25 +0200
committerwm4 <wm4@nowhere>2014-06-14 19:17:25 +0200
commita9fd52e493a411f10e9a5fa0e0e428ef353842ab (patch)
treea22f3c1972baa21a3a7f44f5bf54d9d828b19b67 /video
parenta7293b92f41e201581a04c3bcc1d451038c269e2 (diff)
downloadmpv-a9fd52e493a411f10e9a5fa0e0e428ef353842ab.tar.bz2
mpv-a9fd52e493a411f10e9a5fa0e0e428ef353842ab.tar.xz
gl_w32: remove unused variable
Diffstat (limited to 'video')
-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;