[vlc-commits] Win32 vout: Remove unused sys_t member

Jean-Baptiste Kempf git at videolan.org
Wed Sep 11 12:47:23 CEST 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Sep 11 12:46:57 2013 +0200| [302523b2ae794b3a61c1c62a5f56c160a9e8ccd9] | committer: Jean-Baptiste Kempf

Win32 vout: Remove unused sys_t member

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

 modules/video_output/msw/common.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/video_output/msw/common.h b/modules/video_output/msw/common.h
index 5ed449b..8de45c5 100644
--- a/modules/video_output/msw/common.h
+++ b/modules/video_output/msw/common.h
@@ -60,7 +60,6 @@ struct vout_display_sys_t
 
     /* size of the display */
     RECT         rect_display;
-    int          display_depth;
 
     /* size of the overall window (including black bands) */
     RECT         rect_parent;



More information about the vlc-commits mailing list