X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc%2Flibvlc.h;h=51bb78f4c2f55a3520b207caa0730891347a7a4e;hb=61f0547b72d3ba80039f09064249d89fa8f2b0f7;hp=cb33ffbe0fe4f87cf109568870897d28e152caaf;hpb=1f849e1dce1017c2aaf29a2dfb4c9063785f079a;p=vlc diff --git a/include/vlc/libvlc.h b/include/vlc/libvlc.h index cb33ffbe0f..51bb78f4c2 100644 --- a/include/vlc/libvlc.h +++ b/include/vlc/libvlc.h @@ -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 ); - /** @}*/ /*****************************************************************************