]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Hide object reference counter.
[vlc] / include / vlc_common.h
index 84eb662b32bac7c109b5279c41ee17fc214cf796..2953193036b9650f35acff1a2855fc29ecff642b 100644 (file)
@@ -576,7 +576,6 @@ typedef struct vlc_object_internals_t vlc_object_internals_t;
     /* Stuff related to the libvlc structure */                             \
     libvlc_int_t *p_libvlc;                  /**< (root of all evil) - 1 */ \
                                                                             \
-    volatile int    i_refcount;                         /**< usage count */ \
     vlc_object_t *  p_parent;                            /**< our parent */ \
     vlc_object_t ** pp_children;                       /**< our children */ \
     volatile int    i_children;                                             \