Commit 841b7457 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

control/media_library.c: Fix more unused args.

parent f83f7045
......@@ -122,6 +122,7 @@ void
libvlc_media_library_save( libvlc_media_library_t * p_mlib,
libvlc_exception_t * p_e )
{
(void)p_mlib;
libvlc_exception_raise( p_e, "Not supported" );
}
......
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