From 08e2b4917bb46fb1408134808bf946b282c473c3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 5 May 2002 10:34:16 +0000 Subject: remove printf() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@434 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/play.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'uisimulator/play.c') 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:"", - mp3.artist?mp3.artist:"", - mp3.album?mp3.album:"", - mp3.length, - mp3.bitrate, - mp3.frequency); - } #ifdef HAVE_LCD_BITMAP lcd_clear_display(); if(!good) { -- cgit v1.2.3