[xml] Remove unused code

This commit is contained in:
Behdad Esfahbod 2009-11-16 17:00:50 -05:00
parent b2d9101230
commit dffcb2a083
1 changed files with 0 additions and 12 deletions

View File

@ -133,18 +133,6 @@ FcExprCreateBool (FcConfig *config, FcBool b)
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 *
FcExprCreateField (FcConfig *config, const char *field)
{