]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Factor variable operations, as they're always the same for a type
[vlc] / include / vlc_common.h
index d0efdf047b9e301c2c99e22861cf54bfc17035ec..b52c80fc81f75b6658c1592eaf1b4f4224b249af 100644 (file)
@@ -139,7 +139,6 @@ static inline void __vlc_fourcc_to_char( vlc_fourcc_t fcc, char *psz_fourcc )
 typedef struct vlc_list_t vlc_list_t;
 typedef struct vlc_object_t vlc_object_t;
 typedef struct libvlc_int_t libvlc_int_t;
-typedef struct variable_t variable_t;
 typedef struct date_t date_t;
 typedef struct dict_entry_t dict_entry_t;
 typedef struct dict_t dict_t;