]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Hide b_attached.
[vlc] / include / vlc_common.h
index 502bd08b85d986776730b962e5f1dce60aeb9fc4..7a27f5576625e5605bb509d823286ce9ea425f23 100644 (file)
@@ -555,7 +555,6 @@ typedef struct vlc_object_internals_t vlc_object_internals_t;
     volatile vlc_bool_t b_error;                  /**< set by the object */ \
     volatile vlc_bool_t b_die;                   /**< set by the outside */ \
     volatile vlc_bool_t b_dead;                   /**< set by the object */ \
-    volatile vlc_bool_t b_attached;               /**< set by the object */ \
     vlc_bool_t b_force;      /**< set by the outside (eg. module_Need()) */ \
                                                                             \
     /* Stuff related to the libvlc structure */                             \