X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc%2Flibvlc.h;h=1171dc8aaa014fa140db5ca4787b706b3e49a150;hb=83b4e8360bcb89dfbd1f773a92fcde9e024a98ac;hp=f4663eb28fe15e0bf38a1d40fd8aebe5b3135587;hpb=e996cbefaf0f8db55513071b9678242e0a7733da;p=vlc diff --git a/include/vlc/libvlc.h b/include/vlc/libvlc.h index f4663eb28f..1171dc8aaa 100644 --- a/include/vlc/libvlc.h +++ b/include/vlc/libvlc.h @@ -106,16 +106,6 @@ libvlc_exception_raise( libvlc_exception_t *p_exception, */ VLC_PUBLIC_API void libvlc_exception_clear( libvlc_exception_t * ); -/** - * Get an exception's message. - * - * \param p_exception the exception to query - * \return the exception message or NULL if not applicable (exception not - * raised, for example) - */ -VLC_PUBLIC_API const char * -libvlc_exception_get_message( const libvlc_exception_t *p_exception ); - /**@} */ /*****************************************************************************