Remove unused prototypes and function
This commit is contained in:
parent
900723f3d2
commit
5aebb3e299
16
src/fcint.h
16
src/fcint.h
|
@ -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);
|
||||
|
||||
|
|
|
@ -272,12 +272,6 @@ FcEditDestroy (FcEdit *e)
|
|||
free (e);
|
||||
}
|
||||
|
||||
char *
|
||||
FcConfigSaveField (const char *field)
|
||||
{
|
||||
return (char *) FcStrCopy ((FcChar8 *) field);
|
||||
}
|
||||
|
||||
typedef enum _FcElement {
|
||||
FcElementNone,
|
||||
FcElementFontconfig,
|
||||
|
|
Loading…
Reference in New Issue