diff options
author | wm4 <wm4@nowhere> | 2015-10-02 18:13:24 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-10-02 18:14:00 +0200 |
commit | 93db4233af840767a74acc95649538a7ef8c9c1e (patch) | |
tree | c22b6dfe170976192baf61f6aeb898677d822103 /video/out/opengl/w32.c | |
parent | fe993a67123f3e7bf8c92d7b38545ffc2aba79ed (diff) |
win32: cleanup: remove some unneeded things
Diffstat (limited to 'video/out/opengl/w32.c')
-rw-r--r-- | video/out/opengl/w32.c | 2 |
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; } |