1
0
Fork 0
forked from len0rd/rockbox

Remove a forgotten DEBUGF from librm/rm.c - No functional changes.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22300 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Mohamed Tarek 2009-08-13 20:56:22 +00:00
parent e17d3edf87
commit b8693f9908

View file

@ -247,7 +247,6 @@ static int real_read_audio_stream_info(int fd, RMContext *rmctx)
break;
case FOURCC('a','t','r','c'):
DEBUGF("WERE HERE\n");
rmctx->codec_type = CODEC_ATRAC;
read_uint32be(fd, &rmctx->extradata_size);
skipped += 4;