]> git.wh0rd.org - fontconfig.git/commitdiff
[xml] Remove unused code
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 16 Nov 2009 22:00:50 +0000 (17:00 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 16 Nov 2009 22:46:18 +0000 (17:46 -0500)
src/fcxml.c

index 840bdcad0007989ed1f675583ab234f2967e5fa3..9428468a4a718830a62c2ee46fdb8c1a17a8b722 100644 (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)
 {