From d5226c81170c299af9c1a46fe58c7c42a8ea947c Mon Sep 17 00:00:00 2001 From: thor Date: Sat, 1 Dec 2007 22:02:01 +0000 Subject: [PATCH] remove leftovers git-svn-id: svn://scm.orgis.org/mpg123/trunk@1207 35dc7657-300d-0410-a2e5-dc2837fedb53 --- doc/examples/id3dump.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/examples/id3dump.c b/doc/examples/id3dump.c index df06f5e3..8853b573 100644 --- a/doc/examples/id3dump.c +++ b/doc/examples/id3dump.c @@ -12,8 +12,6 @@ #include "stdio.h" #include "sys/types.h" -/* The "nice" printing functions need loop limits. */ -#define V1FIELDS 6 #define V2FIELDS 6 void safe_print(char* name, char *data, size_t size) @@ -92,7 +90,6 @@ void print_v2(mpg123_id3v2 *v2) sources[3] = v2->year; sources[4] = v2->comment; sources[5] = v2->genre; - printf("title = %p\n", (void*)v2->title); for(i=0; i