Remove unused prototypes and function
This commit is contained in:
parent
900723f3d2
commit
5aebb3e299
14
src/fcint.h
14
src/fcint.h
|
@ -733,19 +733,7 @@ FcFontSetSerializeAlloc (FcSerialize *serialize, const FcFontSet *s);
|
||||||
FcPrivate FcFontSet *
|
FcPrivate FcFontSet *
|
||||||
FcFontSetSerialize (FcSerialize *serialize, const FcFontSet * s);
|
FcFontSetSerialize (FcSerialize *serialize, const FcFontSet * s);
|
||||||
|
|
||||||
/* fcgram.y */
|
/* fcxml.c */
|
||||||
FcPrivate int
|
|
||||||
FcConfigparse (void);
|
|
||||||
|
|
||||||
FcPrivate int
|
|
||||||
FcConfigwrap (void);
|
|
||||||
|
|
||||||
FcPrivate void
|
|
||||||
FcConfigerror (char *fmt, ...);
|
|
||||||
|
|
||||||
FcPrivate char *
|
|
||||||
FcConfigSaveField (const char *field);
|
|
||||||
|
|
||||||
FcPrivate void
|
FcPrivate void
|
||||||
FcTestDestroy (FcTest *test);
|
FcTestDestroy (FcTest *test);
|
||||||
|
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue