From 1b2185657f5df67609b65ea389c5e0d64bc30111 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 22 Aug 2017 17:32:05 +0200 Subject: vo_direct3d: fix build Broken by previous commit. Fix completely untested. --- video/out/vo_direct3d.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'video') diff --git a/video/out/vo_direct3d.c b/video/out/vo_direct3d.c index 687bb972a9..952dca85ce 100644 --- a/video/out/vo_direct3d.c +++ b/video/out/vo_direct3d.c @@ -1697,10 +1697,6 @@ static const struct m_option opts[] = { {0} }; -static const d3d_priv defaults = { - .video_eq = { MP_CSP_EQ_CAPS_COLORMATRIX }, -}; - const struct vo_driver video_out_direct3d = { .description = "Direct3D 9 Renderer", .name = "direct3d", @@ -1712,7 +1708,6 @@ const struct vo_driver video_out_direct3d = { .flip_page = flip_page, .uninit = uninit, .priv_size = sizeof(d3d_priv), - .priv_defaults = &defaults, .options = opts, .options_prefix = "vo-direct3d", }; -- cgit v1.2.3