Commit af5905c7 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Don't declare a non-existent function

parent e66ff927
...@@ -263,13 +263,6 @@ VLC_DEPRECATED_API libvlc_media_player_t * libvlc_playlist_get_media_player( ...@@ -263,13 +263,6 @@ VLC_DEPRECATED_API libvlc_media_player_t * libvlc_playlist_get_media_player(
*/ */
VLC_DEPRECATED_API char const * VLC_Version ( void ); VLC_DEPRECATED_API char const * VLC_Version ( void );
/**
* Retrieve libvlc compile time
*
* \return a string containing the libvlc compile time
*/
VLC_DEPRECATED_API char const * VLC_CompileTime ( void );
/** /**
* Retrieve the username of the libvlc builder * Retrieve the username of the libvlc builder
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment