From: RĂ©mi Denis-Courmont Date: Sat, 13 Feb 2010 16:23:08 +0000 (+0200) Subject: Remove the old form of variable variable X-Git-Tag: 1.1.0-ff~112 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4a38deb97038d1a5e3ebe5e1dbe41abc4d2b5c95;p=vlc 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). --- diff --git a/include/vlc_common.h b/include/vlc_common.h index cd2dd01b77..a1d1f9087f 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;