From ee9061efe984a3c5b659449f8db57a03b6bf5d13 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 3 Mar 2002 18:36:26 +0000 Subject: [PATCH] Eliminate duplicate definitions in fcint.h and fontconfig.h --- src/fcint.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/fcint.h b/src/fcint.h index 467ec9b..b5b93fb 100644 --- a/src/fcint.h +++ b/src/fcint.h @@ -328,9 +328,6 @@ FcCharSet * FcNameParseCharSet (FcChar8 *string); /* fcdbg.c */ -void -FcValuePrint (FcValue v); - void FcValueListPrint (FcValueList *l); @@ -349,9 +346,6 @@ FcEditPrint (FcEdit *edit); void FcSubstPrint (FcSubst *subst); -void -FcFontSetPrint (FcFontSet *s); - int FcDebug (void);