]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Hide i_children and pp_children away
[vlc] / include / vlc_common.h
index 03fd5037c315e76b1712c5571756fe8ab1d65db6..ef59010854719bdae3cc438d93610d0c476816b6 100644 (file)
@@ -481,8 +481,6 @@ typedef struct vlc_object_internals_t vlc_object_internals_t;
     libvlc_int_t *p_libvlc;                  /**< (root of all evil) - 1 */ \
                                                                             \
     vlc_object_t *  p_parent;                            /**< our parent */ \
-    vlc_object_t ** pp_children;                       /**< our children */ \
-    volatile int    i_children;                                             \
                                                                             \
     /* Private data */                                                      \
     void *          p_private;                                              \