]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fcprivate.h
Various config changes plus a couple of optimizations from Owen
[fontconfig.git] / fontconfig / fcprivate.h
index 3754efa7f64d6fcb551f25b495d525494c4046e5..cd63ad697a1f246b7bee3a5b5e4000afccde3575 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $XFree86: xc/lib/fontconfig/fontconfig/fcprivate.h,v 1.3 2002/05/31 23:21:24 keithp Exp $
+ * $XFree86: xc/lib/fontconfig/fontconfig/fcprivate.h,v 1.4 2002/08/11 18:10:41 keithp Exp $
  *
  * Copyright © 2001 Keith Packard, member of The XFree86 Project, Inc.
  *
@@ -73,8 +73,6 @@
        case FcTypeFTFace:                                          \
            __v__.u.f = va_arg (va, FT_Face);                       \
            break;                                                  \
-       case FcTypePattern:                                         \
-           __v__.u.p = va_arg (va, FcPattern *);                   \
        }                                                           \
        if (!FcPatternAdd (__p__, __o__, __v__, FcTrue))            \
            goto _FcPatternVapBuild_bail1;                          \