From 4a38deb97038d1a5e3ebe5e1dbe41abc4d2b5c95 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 13 Feb 2010 18:23:08 +0200 Subject: [PATCH] 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). --- include/vlc_common.h | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.39.2