[vlc-commits] filters: removed now unused filter_owner_sys_t type

Thomas Guillem git at videolan.org
Mon Nov 5 16:45:07 CET 2018


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Nov  5 16:42:28 2018 +0100| [02ed1b676509bffa175e62b45f7ed1ecb2520e7f] | committer: Thomas Guillem

filters: removed now unused filter_owner_sys_t type

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

 include/vlc_filter.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/vlc_filter.h b/include/vlc_filter.h
index 847dc76604..8c3763e8cb 100644
--- a/include/vlc_filter.h
+++ b/include/vlc_filter.h
@@ -36,8 +36,6 @@
  * Filter modules interface
  */
 
-typedef struct filter_owner_sys_t filter_owner_sys_t;
-
 struct filter_video_callbacks
 {
     picture_t *(*buffer_new)(filter_t *);



More information about the vlc-commits mailing list