From 93db4233af840767a74acc95649538a7ef8c9c1e Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 2 Oct 2015 18:13:24 +0200 Subject: win32: cleanup: remove some unneeded things --- video/out/opengl/w32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/opengl/w32.c') 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; } -- cgit v1.2.3