summaryrefslogtreecommitdiff
path: root/uisimulator/play.c
diff options
context:
space:
mode:
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) {