[vlc-commits] Remove vlc_value_t.p_list

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


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jun  9 16:39:27 2018 +0300| [13c6d120d7d4b937f32f5e6de90a4ea751dbe0df] | committer: Rémi Denis-Courmont

Remove vlc_value_t.p_list

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

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

diff --git a/include/vlc_common.h b/include/vlc_common.h
index 0cf3fbca2f..fc220a9cc0 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -453,7 +453,6 @@ typedef union
     float           f_float;
     char *          psz_string;
     void *          p_address;
-    vlc_list_t *    p_list;
     struct { int32_t x; int32_t y; } coords;
 
 } vlc_value_t;



More information about the vlc-commits mailing list