]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc.h
Remove libvlc_free
[vlc] / include / vlc / libvlc.h
index cb33ffbe0fe4f87cf109568870897d28e152caaf..51bb78f4c2f55a3520b207caa0730891347a7a4e 100644 (file)
@@ -188,15 +188,6 @@ VLC_PUBLIC_API const char * libvlc_get_changeset(void);
 
 struct vlc_object_t;
 
-/**
- * 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
- * implementation, then you can call ANSI C free() directly instead.
- *
- * \param ptr the pointer
- */
-VLC_PUBLIC_API void libvlc_free( void *ptr );
-
 /** @}*/
 
 /*****************************************************************************