[vlc-commits] dxa9: remove unused structure

Steve Lhomme git at videolan.org
Tue Dec 10 16:24:42 CET 2019


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Dec 10 10:55:28 2019 +0100| [e86d2fca43d8489318f408712c7a98eef8cf5825] | committer: Steve Lhomme

dxa9: remove unused structure

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

 modules/hw/d3d9/dxa9.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/modules/hw/d3d9/dxa9.c b/modules/hw/d3d9/dxa9.c
index 45f4449308..0fe25a1fe1 100644
--- a/modules/hw/d3d9/dxa9.c
+++ b/modules/hw/d3d9/dxa9.c
@@ -228,11 +228,6 @@ static filter_t *CreateFilter( filter_t *p_this, const es_format_t *p_fmt_in,
     return p_filter;
 }
 
-struct d3d_pic_context
-{
-    picture_context_t s;
-};
-
 static void YV12_D3D9(filter_t *p_filter, picture_t *src, picture_t *dst)
 {
     filter_sys_t *sys = p_filter->p_sys;



More information about the vlc-commits mailing list