1
0
Fork 0
forked from len0rd/rockbox

Disabled unused constants.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6431 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-05-08 13:41:24 +00:00
parent 642ac35940
commit a559cf2e39
2 changed files with 7 additions and 2 deletions

View file

@ -1019,11 +1019,13 @@ static bool swap_one_chunk(void)
}
#endif
#ifdef HAVE_RECORDING
const unsigned char empty_id3_header[] =
{
'I', 'D', '3', 0x03, 0x00, 0x00,
0x00, 0x00, 0x1f, 0x76 /* Size is 4096 minus 10 bytes for the header */
};
#endif
static void mpeg_thread(void)
{