Remove unused prototypes and function

This commit is contained in:
Behdad Esfahbod 2009-06-05 18:27:47 -04:00
parent 900723f3d2
commit 5aebb3e299
2 changed files with 2 additions and 20 deletions

View File

@ -724,7 +724,7 @@ FcDirScanConfig (FcFontSet *set,
/* fcfont.c */
FcPrivate int
FcFontDebug (void);
/* fcfs.c */
FcPrivate FcBool
@ -732,20 +732,8 @@ FcFontSetSerializeAlloc (FcSerialize *serialize, const FcFontSet *s);
FcPrivate FcFontSet *
FcFontSetSerialize (FcSerialize *serialize, const FcFontSet * s);
/* fcgram.y */
FcPrivate int
FcConfigparse (void);
FcPrivate int
FcConfigwrap (void);
FcPrivate void
FcConfigerror (char *fmt, ...);
FcPrivate char *
FcConfigSaveField (const char *field);
/* fcxml.c */
FcPrivate void
FcTestDestroy (FcTest *test);

View File

@ -272,12 +272,6 @@ FcEditDestroy (FcEdit *e)
free (e);
}
char *
FcConfigSaveField (const char *field)
{
return (char *) FcStrCopy ((FcChar8 *) field);
}
typedef enum _FcElement {
FcElementNone,
FcElementFontconfig,