]> git.sesse.net Git - vlc/commitdiff
Don't declare a non-existent function
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 8 May 2008 16:55:54 +0000 (19:55 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 8 May 2008 16:55:54 +0000 (19:55 +0300)
include/vlc/deprecated.h

index fe85bfa6e7739d333763a01e6704f64c75dc0b08..497e65d30c2ad36cc2995f8ad2e4dcd7bf165988 100644 (file)
@@ -263,13 +263,6 @@ VLC_DEPRECATED_API libvlc_media_player_t * libvlc_playlist_get_media_player(
  */
 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
  *