1
0
Fork 0
forked from len0rd/rockbox

Comment unused code in libmad. Clean up initialization and memset'ing of decoder arrays.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27159 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2010-06-27 18:11:07 +00:00
parent 9e86287946
commit 4c026f0c7f
7 changed files with 47 additions and 50 deletions

View file

@ -50,6 +50,7 @@
# include "synth.h"
# include "decoder.h"
#if 0 /* rockbox: not used */
/*
* NAME: decoder->init()
* DESCRIPTION: initialize a decoder object with callback routines
@ -585,3 +586,4 @@ int mad_decoder_message(struct mad_decoder *decoder,
return -1;
# endif
}
#endif