[vlc-commits] include: remove vlc_list_t

Rémi Denis-Courmont git at videolan.org
Sun Jun 10 12:11:40 CEST 2018


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jun 10 12:58:23 2018 +0300| [2d14f88ea36004d86e6056db96b9232e2963ff11] | committer: Rémi Denis-Courmont

include: remove vlc_list_t

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

 include/vlc_common.h | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/include/vlc_common.h b/include/vlc_common.h
index fc220a9cc0..cc94b2f374 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -328,7 +328,6 @@ static inline void vlc_fourcc_to_char( vlc_fourcc_t fcc, char *psz_fourcc )
  *****************************************************************************/
 
 /* Internal types */
-typedef struct vlc_list_t vlc_list_t;
 typedef struct vlc_object_t vlc_object_t;
 typedef struct libvlc_int_t libvlc_int_t;
 typedef struct date_t date_t;
@@ -457,16 +456,6 @@ typedef union
 
 } vlc_value_t;
 
-/**
- * VLC list structure
- */
-struct vlc_list_t
-{
-    int          i_type;
-    int          i_count;
-    vlc_value_t *p_values;
-};
-
 /*****************************************************************************
  * Error values (shouldn't be exposed)
  *****************************************************************************/



More information about the vlc-commits mailing list