changeset 23379:0c6e8d9da11a

Remove unused variables.
author diego
date Mon, 28 May 2007 08:12:41 +0000
parents ef54df9f07d3
children 8ef36374e8c5
files libmpcodecs/ad_realaud.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/ad_realaud.c	Sun May 27 21:45:33 2007 +0000
+++ b/libmpcodecs/ad_realaud.c	Mon May 28 08:12:41 2007 +0000
@@ -202,8 +202,6 @@
   // let's check if the driver is available, return 0 if not.
   // (you should do that if you use external lib(s) which is optional)
   unsigned int result;
-  int len=0;
-  void* prop;
   char *path;
 
   path = malloc(strlen(REALCODEC_PATH)+strlen(sh->codec->dll)+2);