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 */ /* fcfont.c */
FcPrivate int FcPrivate int
FcFontDebug (void); FcFontDebug (void);
/* fcfs.c */ /* fcfs.c */
FcPrivate FcBool FcPrivate FcBool
@ -732,20 +732,8 @@ FcFontSetSerializeAlloc (FcSerialize *serialize, const FcFontSet *s);
FcPrivate FcFontSet * FcPrivate FcFontSet *
FcFontSetSerialize (FcSerialize *serialize, const FcFontSet * s); 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 FcPrivate void
FcTestDestroy (FcTest *test); FcTestDestroy (FcTest *test);

View File

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