[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 840bdca..9428468 100644 (file)
@@ -134,18 +134,6 @@ FcExprCreateBool (FcConfig *config, FcBool b)
 }
 
 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)
 {
     FcExpr *e = FcConfigAllocExpr (config);