Eliminate duplicate definitions in fcint.h and fontconfig.h
This commit is contained in:
parent
5faa099cd5
commit
ee9061efe9
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue