]> git.sesse.net Git - vlc/commitdiff
Remove the old form of variable variable
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 13 Feb 2010 16:23:08 +0000 (18:23 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 13 Feb 2010 16:23:08 +0000 (18:23 +0200)
This is not used. The VLC_VAR_VARIABLE type is used by "navigation" only
in a different way (basically, it is a string).

include/vlc_common.h

index cd2dd01b771b35b635e8b57997a900d49d3aeb70..a1d1f9087f2ace926fdf2aab8db39964f291f7c6 100644 (file)
@@ -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;