]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Enable asademux and csri in default configure..
[vlc] / include / vlc_common.h
index e217050cca89845ef22beece4a80873275762ebf..451a008926ba35707d652a98a9ddf57a32da7948 100644 (file)
@@ -513,10 +513,6 @@ typedef struct vlc_object_internals_t vlc_object_internals_t;
     char *psz_header;                                                       \
     int  i_flags;                                                           \
                                                                             \
-    /* Object access lock */                                                \
-    vlc_mutex_t  object_lock;                                               \
-    vlc_cond_t   object_wait;                                               \
-                                                                            \
     /* Object properties */                                                 \
     volatile bool b_error;                  /**< set by the object */ \
     volatile bool b_die;                   /**< set by the outside */ \