[vlc-devel] commit: Don't declare a non-existent function ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu May 8 18:54:38 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Thu May 8 19:55:54 2008 +0300| [af5905c72fccbe87f3730d64499d06d69b5a89ae]
Don't declare a non-existent function
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=af5905c72fccbe87f3730d64499d06d69b5a89ae
---
include/vlc/deprecated.h | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/include/vlc/deprecated.h b/include/vlc/deprecated.h
index fe85bfa..497e65d 100644
--- a/include/vlc/deprecated.h
+++ b/include/vlc/deprecated.h
@@ -264,13 +264,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
*
* \return a string containing the username of the libvlc builder
More information about the vlc-devel
mailing list