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/vo_direct3d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/vo_direct3d.c') diff --git a/video/out/vo_direct3d.c b/video/out/vo_direct3d.c index 61e9ce386b..d3f6ac506e 100644 --- a/video/out/vo_direct3d.c +++ b/video/out/vo_direct3d.c @@ -1336,7 +1336,7 @@ static int reconfig(struct vo *vo, struct mp_image_params *params, int flags) /* w32_common framework call. Creates window on the screen with * the given coordinates. */ - if (!vo_w32_config(vo, flags)) { + if (!vo_w32_config(vo)) { MP_VERBOSE(priv, "Creating window failed.\n"); return VO_ERROR; } -- cgit v1.2.3