From fb70c99bcc485584e9a416940d8427fafd280eef Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 28 May 2007 08:12:41 +0000 Subject: Remove unused variables. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23397 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/ad_realaud.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libmpcodecs') diff --git a/libmpcodecs/ad_realaud.c b/libmpcodecs/ad_realaud.c index 7e98fe3e08..5426984559 100644 --- a/libmpcodecs/ad_realaud.c +++ b/libmpcodecs/ad_realaud.c @@ -202,8 +202,6 @@ static int preinit(sh_audio_t *sh){ // 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); -- cgit v1.2.3