Remove redundant init call.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17092 a1c6a512-1295-4272-9138-f99709370657
diff --git a/apps/codecs/wma.c b/apps/codecs/wma.c
index a5d2afb..b0a011a 100644
--- a/apps/codecs/wma.c
+++ b/apps/codecs/wma.c
@@ -496,8 +496,6 @@
 
     DEBUGF("**************** IN WMA.C ******************\n");
 
-    wma_decode_init(&wmadec,&wfx);
-
     if (resume_offset > ci->id3->first_frame_offset)
     {
         /* Get start of current packet */