[xml] Remove unused code
This commit is contained in:
parent
b2d9101230
commit
dffcb2a083
12
src/fcxml.c
12
src/fcxml.c
|
@ -133,18 +133,6 @@ FcExprCreateBool (FcConfig *config, FcBool b)
|
||||||
return e;
|
return e;
|
||||||
}
|
}
|
||||||
|
|
||||||
static FcExpr *
|
|
||||||
FcExprCreateNil (FcConfig *config)
|
|
||||||
{
|
|
||||||
FcExpr *e = FcConfigAllocExpr (config);
|
|
||||||
if (e)
|
|
||||||
{
|
|
||||||
FcMemAlloc (FC_MEM_EXPR, sizeof (FcExpr));
|
|
||||||
e->op = FcOpNil;
|
|
||||||
}
|
|
||||||
return e;
|
|
||||||
}
|
|
||||||
|
|
||||||
static FcExpr *
|
static FcExpr *
|
||||||
FcExprCreateField (FcConfig *config, const char *field)
|
FcExprCreateField (FcConfig *config, const char *field)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue