From 720b55019c49cb946de90cd048131b4fa7846c5b Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Wed, 1 Sep 2004 10:21:17 +0000 Subject: [PATCH] width and precision no longer use UNSPECIFIED. --- tools/cueprint.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/cueprint.c b/tools/cueprint.c index 23ed5eb..06822c5 100644 --- a/tools/cueprint.c +++ b/tools/cueprint.c @@ -16,8 +16,6 @@ #define D_TEMPLATE "%P \"%T\" (%N tracks)\n" #define T_TEMPLATE "%n: %p \"%t\"\n" -#define UNSPECIFIED -1 - char *progname; char *d_template = D_TEMPLATE; /* disc template */ char *t_template = T_TEMPLATE; /* track template */