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:
parent
4c026f0c7f
commit
c6ced1c466
5 changed files with 15 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue