]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Remove unused vlc_object_lock and vlc_object_unlock
[vlc] / src / libvlc.h
index 608d1c9c1c2faabe3ef763ab11974f256dab1661..710848fae9ce7c1dc7ba4f502375247cb40d4754 100644 (file)
@@ -166,7 +166,6 @@ typedef struct vlc_object_internals_t
     bool            b_thread;
 
     /* Objects thread synchronization */
-    vlc_mutex_t     lock;
     int             pipes[2];
 
     /* Objects management */