X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3_afh.c;h=ca6441606c6efaeffa1531975387f90070dfb4ad;hp=ebb6bf5291281d2fa9343fea21544617c79bfcdc;hb=415a84f1c06c5779dfbfa140e876852c89abdc38;hpb=8694f85b70488f2cdb48a1e853bdfae68dabc99f diff --git a/mp3_afh.c b/mp3_afh.c index ebb6bf52..ca644160 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -71,21 +71,6 @@ static const int mp3info_bitrate[2][3][14] = { static const int frame_size_index[] = {24000, 72000, 72000}; static const char *mode_text[] = {"stereo", "joint stereo", "dual channel", "mono", "invalid"}; -static char *make_taginfo(char *title, char *artist, char *album, char *year, - char *comment) -{ - return make_message("%s: %s, by %s\n" /* taginfo1 */ - "%s: A: %s, Y: %s, C: %s\n", /* taginfo 2*/ - status_item_list[SI_TAGINFO1], - (title && *title)? title : "(title tag not set)", - (artist && *artist)? artist : "(artist tag not set)", - status_item_list[SI_TAGINFO2], - (album && *album)? album : "(album tag not set)", - (year && *year)? year : "????", - (comment && *comment)? comment : "(comment tag not set)" - ); -} - #ifdef HAVE_LIBID3TAG #include