]> git.sesse.net Git - vlc/commitdiff
Remove the p_libvlc_global pointer from VLC_COMMON_MEMBERS.
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 16 Aug 2007 17:43:50 +0000 (17:43 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 16 Aug 2007 17:43:50 +0000 (17:43 +0000)
It's pretty useless to copy the same value to every single object.

include/vlc_common.h

index 93759eec443fadec5a2199deea5ac54da7b7943d..950d05c3ef96dad3ec4312716bb85451e37d350f 100644 (file)
@@ -568,7 +568,6 @@ typedef struct vlc_object_internals_t vlc_object_internals_t;
     variable_t *    p_vars;                                                 \
                                                                             \
     /* Stuff related to the libvlc structure */                             \
-    vlc_object_t *p_libvlc_global;                 /**< root of all evil */ \
     libvlc_int_t *p_libvlc;                  /**< (root of all evil) - 1 */ \
                                                                             \
     volatile int    i_refcount;                         /**< usage count */ \