]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Make the config file lock per process rather than per instance
[vlc] / src / libvlc.h
index 07bc6490f190f50d1fef4b2858659654ca6edfce..94c21304d2c633dc4cea27cc08d0277de549b5c9 100644 (file)
@@ -201,9 +201,6 @@ typedef struct libvlc_priv_t
     libvlc_int_t       public_data;
     vlc_cond_t         exiting; ///< signaled when VLC wants to exit
 
-    /* Configuration */
-    vlc_mutex_t        config_lock; ///< config file lock
-
     int                i_last_input_id ; ///< Last id of input item
 
     /* Messages */