diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-05-05 10:34:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-05-05 10:34:16 +0000 |
commit | 08e2b4917bb46fb1408134808bf946b282c473c3 (patch) | |
tree | 06dc0f8c58737e309b8665819c6a6fe470e88476 /uisimulator | |
parent | 5adb05fff5b29ab8316fb620434f398165ccf531 (diff) |
remove printf()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@434 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/play.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/uisimulator/play.c b/uisimulator/play.c index bde4782de6..584c35e19e 100644 --- a/uisimulator/play.c +++ b/uisimulator/play.c @@ -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) { |