summaryrefslogtreecommitdiff
path: root/uisimulator/play.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-05 10:34:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-05 10:34:16 +0000
commit08e2b4917bb46fb1408134808bf946b282c473c3 (patch)
tree06dc0f8c58737e309b8665819c6a6fe470e88476 /uisimulator/play.c
parent5adb05fff5b29ab8316fb620434f398165ccf531 (diff)
downloadrockbox-08e2b4917bb46fb1408134808bf946b282c473c3.tar.gz
rockbox-08e2b4917bb46fb1408134808bf946b282c473c3.zip
remove printf()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@434 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/play.c')
-rw-r--r--uisimulator/play.c16
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)
45 Logf("Failure!"); 45 Logf("Failure!");
46 good=0; 46 good=0;
47 } 47 }
48 else {
49 printf("****** File: %s\n"
50 " Title: %s\n"
51 " Artist: %s\n"
52 " Album: %s\n"
53 " Length: %d ms\n"
54 " Bitrate: %d\n"
55 " Frequency: %d\n",
56 buffer,
57 mp3.title?mp3.title:"<blank>",
58 mp3.artist?mp3.artist:"<blank>",
59 mp3.album?mp3.album:"<blank>",
60 mp3.length,
61 mp3.bitrate,
62 mp3.frequency);
63 }
64#ifdef HAVE_LCD_BITMAP 48#ifdef HAVE_LCD_BITMAP
65 lcd_clear_display(); 49 lcd_clear_display();
66 if(!good) { 50 if(!good) {