[vlc-devel] commit: Remove the old form of variable variable ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Feb 13 17:33:33 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Feb 13 18:23:08 2010 +0200| [4a38deb97038d1a5e3ebe5e1dbe41abc4d2b5c95] | committer: Rémi Denis-Courmont 

Remove the old form of variable variable

This is not used. The VLC_VAR_VARIABLE type is used by "navigation" only
in a different way (basically, it is a string).

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

 include/vlc_common.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/vlc_common.h b/include/vlc_common.h
index cd2dd01..a1d1f90 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -421,8 +421,6 @@ typedef union
     vlc_list_t *    p_list;
     mtime_t         i_time;
 
-    struct { char *psz_name; int i_object_id; } var;
-
    /* Make sure the structure is at least 64bits */
     struct { char a, b, c, d, e, f, g, h; } padding;
 




More information about the vlc-devel mailing list