[vlc-commits] direct3d9: remove unused cfg_saved

Steve Lhomme git at videolan.org
Thu Jan 17 12:22:12 CET 2019


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Jan 17 09:25:10 2019 +0100| [c060c44a64ab9be16fbc69e9230fd32dff446b0b] | committer: Steve Lhomme

direct3d9: remove unused cfg_saved

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c060c44a64ab9be16fbc69e9230fd32dff446b0b
---

 modules/video_output/win32/direct3d9.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/video_output/win32/direct3d9.c b/modules/video_output/win32/direct3d9.c
index 31a6a40b73..cdd46035b8 100644
--- a/modules/video_output/win32/direct3d9.c
+++ b/modules/video_output/win32/direct3d9.c
@@ -140,7 +140,6 @@ struct vout_display_sys_t
         bool is_on_top;
         RECT win;
     } desktop_save;
-    vout_display_cfg_t cfg_saved; /* configuration used before going into desktop mode */
 
     // core objects
     d3d9_handle_t           hd3d;



More information about the vlc-commits mailing list