[vlc-devel] commit: libvlc_media_library: Remove a non sense. (Pierre d'Herbemont )
git version control
git at videolan.org
Thu Sep 3 19:22:58 CEST 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Sep 3 19:20:38 2009 +0200| [9230cef6ea14269a9e873deb579a6975761e63c4] | committer: Pierre d'Herbemont
libvlc_media_library: Remove a non sense.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9230cef6ea14269a9e873deb579a6975761e63c4
---
include/vlc/libvlc_media_library.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/vlc/libvlc_media_library.h b/include/vlc/libvlc_media_library.h
index 0dfbb4d..c7a5772 100644
--- a/include/vlc/libvlc_media_library.h
+++ b/include/vlc/libvlc_media_library.h
@@ -48,7 +48,6 @@ typedef struct libvlc_media_library_t libvlc_media_library_t;
* \param p_libvlc_instance the libvlc instance
* \param p_e an initialized exception pointer
*/
-VLC_PUBLIC_API libvlc_media_player_t * libvlc_media_player_new( libvlc_instance_t *, libvlc_exception_t * );
VLC_PUBLIC_API libvlc_media_library_t *
libvlc_media_library_new( libvlc_instance_t * p_inst,
libvlc_exception_t * p_e );
More information about the vlc-devel
mailing list