]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Remove vlc_object_detach()
[vlc] / src / libvlc.h
index 2a95283b40a0f3853508d954f0f2c83507df7912..4af6d82ea4ab069cacb8626058eb8310f6be82b0 100644 (file)
@@ -45,12 +45,6 @@ void system_Init      ( libvlc_int_t *, int *, const char *[] );
 void system_Configure ( libvlc_int_t *, int, const char *const [] );
 void system_End       ( libvlc_int_t * );
 
-/*
- * Legacy object stuff that is still used within libvlccore (only)
- */
-void vlc_object_detach (vlc_object_t *);
-#define vlc_object_detach( o ) vlc_object_detach(VLC_OBJECT(o))
-
 /*
  * Threads subsystem
  */