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);
|
FcNameParseCharSet (FcChar8 *string);
|
||||||
|
|
||||||
/* fcdbg.c */
|
/* fcdbg.c */
|
||||||
void
|
|
||||||
FcValuePrint (FcValue v);
|
|
||||||
|
|
||||||
void
|
void
|
||||||
FcValueListPrint (FcValueList *l);
|
FcValueListPrint (FcValueList *l);
|
||||||
|
|
||||||
|
@ -349,9 +346,6 @@ FcEditPrint (FcEdit *edit);
|
||||||
void
|
void
|
||||||
FcSubstPrint (FcSubst *subst);
|
FcSubstPrint (FcSubst *subst);
|
||||||
|
|
||||||
void
|
|
||||||
FcFontSetPrint (FcFontSet *s);
|
|
||||||
|
|
||||||
int
|
int
|
||||||
FcDebug (void);
|
FcDebug (void);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue