[vlc-devel] commit: media_descriptor: Remove an unused variable. (Pierre d'Herbemont )

git version control git at videolan.org
Wed Mar 26 21:05:08 CET 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Wed Mar 26 20:24:33 2008 +0100| [22f7cb6f12c4c88b921b04256e711a74c0b82d46]

media_descriptor: Remove an unused variable.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=22f7cb6f12c4c88b921b04256e711a74c0b82d46
---

 src/control/media_descriptor.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/control/media_descriptor.c b/src/control/media_descriptor.c
index cca735e..34c35ef 100644
--- a/src/control/media_descriptor.c
+++ b/src/control/media_descriptor.c
@@ -349,7 +349,6 @@ void libvlc_media_descriptor_add_option(
  **************************************************************************/
 void libvlc_media_descriptor_release( libvlc_media_descriptor_t *p_md )
 {
-    int i;
     if (!p_md)
         return;
 




More information about the vlc-devel mailing list