1
0
Fork 0
forked from len0rd/rockbox

remove printf()

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@434 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-05-05 10:34:16 +00:00
parent 5adb05fff5
commit 08e2b4917b

View file

@ -45,22 +45,6 @@ void playtune(char *dir, char *file)
Logf("Failure!");
good=0;
}
else {
printf("****** File: %s\n"
" Title: %s\n"
" Artist: %s\n"
" Album: %s\n"
" Length: %d ms\n"
" Bitrate: %d\n"
" Frequency: %d\n",
buffer,
mp3.title?mp3.title:"<blank>",
mp3.artist?mp3.artist:"<blank>",
mp3.album?mp3.album:"<blank>",
mp3.length,
mp3.bitrate,
mp3.frequency);
}
#ifdef HAVE_LCD_BITMAP
lcd_clear_display();
if(!good) {