Commit 22f7cb6f authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

media_descriptor: Remove an unused variable.

parent 85cf7704
...@@ -349,7 +349,6 @@ void libvlc_media_descriptor_add_option( ...@@ -349,7 +349,6 @@ void libvlc_media_descriptor_add_option(
**************************************************************************/ **************************************************************************/
void libvlc_media_descriptor_release( libvlc_media_descriptor_t *p_md ) void libvlc_media_descriptor_release( libvlc_media_descriptor_t *p_md )
{ {
int i;
if (!p_md) if (!p_md)
return; return;
......
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