]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc.h
Remove libvlc_get_vlc_instance hack from libvlc
[vlc] / include / vlc / libvlc.h
index 6de7328bf5ec039a8546f8289eec6bb729f82642..38f4dc2e8d30d63e688ee93d5edac8e9c8d187f0 100644 (file)
@@ -234,20 +234,6 @@ VLC_PUBLIC_API const char * libvlc_get_changeset(void);
 
 struct vlc_object_t;
 
-/**
- * Get the internal main VLC object.
- * Use of this function is usually a hack and should be avoided.
- * @note
- * You will need to link with libvlccore to make any use of the underlying VLC
- * object. The libvlccore programming and binary interfaces are not stable.
- * @warning
- * Remember to release the object with vlc_object_release().
- *
- * \param p_instance the libvlc instance
- * @return a VLC object of type "libvlc"
- */
-VLC_PUBLIC_API struct vlc_object_t *libvlc_get_vlc_instance(libvlc_instance_t *p_instance);
-
 /**
  * Frees an heap allocation (char *) returned by a LibVLC API.
  * If you know you're using the same underlying C run-time as the LibVLC