]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
libvlccore: remove the threads count
[vlc] / src / libvlc.h
index e9ec933cd8223153bf83ba1aab817afecb22633a..334b74442ebf01283388fea49e04b16251450c60 100644 (file)
@@ -256,11 +256,6 @@ typedef struct libvlc_priv_t
 
     /* Private playlist data (FIXME - playlist_t is too public...) */
     sout_instance_t   *p_sout; ///< kept sout instance (for playlist)
-
-    /* Thread support */
-    unsigned           threads_count;
-    vlc_mutex_t        threads_lock;
-    vlc_cond_t         threads_wait;
 } libvlc_priv_t;
 
 static inline libvlc_priv_t *libvlc_priv (libvlc_int_t *libvlc)