summaryrefslogtreecommitdiffstats
path: root/video/out/opengl
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-10-02 18:13:24 +0200
committerwm4 <wm4@nowhere>2015-10-02 18:14:00 +0200
commit93db4233af840767a74acc95649538a7ef8c9c1e (patch)
treec22b6dfe170976192baf61f6aeb898677d822103 /video/out/opengl
parentfe993a67123f3e7bf8c92d7b38545ffc2aba79ed (diff)
downloadmpv-93db4233af840767a74acc95649538a7ef8c9c1e.tar.bz2
mpv-93db4233af840767a74acc95649538a7ef8c9c1e.tar.xz
win32: cleanup: remove some unneeded things
Diffstat (limited to 'video/out/opengl')
-rw-r--r--video/out/opengl/w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/w32.c b/video/out/opengl/w32.c
index 29a7c75d32..c7b09fe87d 100644
--- a/video/out/opengl/w32.c
+++ b/video/out/opengl/w32.c
@@ -259,7 +259,7 @@ fail:
static int w32_reconfig(struct MPGLContext *ctx, int flags)
{
- vo_w32_config(ctx->vo, flags);
+ vo_w32_config(ctx->vo);
return 0;
}