]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Remove vlc_threadobj (did not work properly anymore)
[vlc] / src / libvlc.h
index b934f0addb40f68e8b205d0c34cf66f356255599..d110a7642757aafcc02fcad5f41ae3797a4e3668 100644 (file)
@@ -45,7 +45,6 @@ void system_End       ( libvlc_int_t * );
  */
 int vlc_threads_init( void );
 void vlc_threads_end( void );
-vlc_object_t *vlc_threadobj (void);
 
 /* Hopefully, no need to export this. There is a new thread API instead. */
 void vlc_thread_cancel (vlc_object_t *);