]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Remove the object ID field
[vlc] / include / vlc_common.h
index b52c80fc81f75b6658c1592eaf1b4f4224b249af..a8308b81b9bfe955f33a39b794a68e8b995d6244 100644 (file)
@@ -522,7 +522,6 @@ typedef int ( * vlc_callback_t ) ( vlc_object_t *,      /* variable's object */
  * these members are common for all vlc objects                             \
  */                                                                         \
 /**@{*/                                                                     \
-    int   i_object_id;                                                      \
     int   i_object_type;                                                    \
     const char *psz_object_type;                                            \
     char *psz_object_name;                                                  \