Commit 9230cef6 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

libvlc_media_library: Remove a non sense.

parent bd36ded7
...@@ -48,7 +48,6 @@ typedef struct libvlc_media_library_t libvlc_media_library_t; ...@@ -48,7 +48,6 @@ typedef struct libvlc_media_library_t libvlc_media_library_t;
* \param p_libvlc_instance the libvlc instance * \param p_libvlc_instance the libvlc instance
* \param p_e an initialized exception pointer * \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 * VLC_PUBLIC_API libvlc_media_library_t *
libvlc_media_library_new( libvlc_instance_t * p_inst, libvlc_media_library_new( libvlc_instance_t * p_inst,
libvlc_exception_t * p_e ); libvlc_exception_t * p_e );
......
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