]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Only input uses b_dead
[vlc] / include / vlc_common.h
index 3190e669db5c6d907ab653290bac12fd1f4d02d6..1c2e80684b157d13a78faadc9f09c1a45e318573 100644 (file)
@@ -537,7 +537,6 @@ typedef struct vlc_object_internals_t vlc_object_internals_t;
     /* Object properties */                                                 \
     volatile bool b_error;                  /**< set by the object */ \
     volatile bool b_die;                   /**< set by the outside */ \
-    volatile bool b_dead;                   /**< set by the object */ \
     bool b_force;      /**< set by the outside (eg. module_Need()) */ \
                                                                             \
     /* Stuff related to the libvlc structure */                             \