1
0
Fork 0
forked from len0rd/rockbox

Comment further unused code in libmad.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27160 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2010-06-27 18:59:54 +00:00
parent 4c026f0c7f
commit c6ced1c466
5 changed files with 15 additions and 5 deletions

View file

@ -61,7 +61,9 @@ struct mad_header {
int flags; /* flags (see below) */
int private_bits; /* private bits (see below) */
#if 0 /* rockbox: not used */
mad_timer_t duration; /* audio playing time of frame */
#endif
};
struct mad_frame {