]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Privatize vlc_object_t.i_object_type
[vlc] / include / vlc_common.h
index 2d8e672486ddab0dc027bc02c637e302d7117e86..a231d8343602e79eec4f0cbaf67b8a8cc206999b 100644 (file)
@@ -509,7 +509,6 @@ typedef int ( * vlc_callback_t ) ( vlc_object_t *,      /* variable's object */
  * these members are common for all vlc objects                             \
  */                                                                         \
 /**@{*/                                                                     \
-    int   i_object_type;                                                    \
     const char *psz_object_type;                                            \
     char *psz_object_name;                                                  \
                                                                             \