From: Behdad Esfahbod Date: Mon, 16 Nov 2009 22:00:50 +0000 (-0500) Subject: [xml] Remove unused code X-Git-Tag: 2.8.0~16 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=dffcb2a083bc5f959ed96dbdf0f365ebc0e710cc [xml] Remove unused code --- diff --git a/src/fcxml.c b/src/fcxml.c index 840bdca..9428468 100644 --- a/src/fcxml.c +++ b/src/fcxml.c @@ -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) {