From: mike Date: Wed, 19 Feb 2003 14:43:36 +0000 (+0000) Subject: Remove non-UI keywords from the list. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba769608dc2ae2c060ada3fdcf2a07bcbe8cfabf;p=thirdparty%2Fcups.git Remove non-UI keywords from the list. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@3377 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/cups/ppd.c b/cups/ppd.c index 79cc9c4b8d..0a9d698da0 100644 --- a/cups/ppd.c +++ b/cups/ppd.c @@ -1,5 +1,5 @@ /* - * "$Id: ppd.c,v 1.91 2003/02/18 22:43:06 mike Exp $" + * "$Id: ppd.c,v 1.92 2003/02/19 14:43:36 mike Exp $" * * PPD file routines for the Common UNIX Printing System (CUPS). * @@ -386,7 +386,6 @@ ppdOpen(FILE *fp) /* I - File to read from */ "BindWhen", "BitsPerPixel", "ColorModel", - "ColorRenderDict", "CutMedia", "Duplex", "FoldType", @@ -404,9 +403,7 @@ ppdOpen(FILE *fp) /* I - File to read from */ "PageRegion", "PageSize", "Resolution", - "ScreenProc", "Separations", - "SetResolution", "Signature", "Slipsheet", "Smoothing", @@ -414,8 +411,7 @@ ppdOpen(FILE *fp) /* I - File to read from */ "StapleOrientation", "StapleWhen", "StapleX", - "StapleY", - "Transfer" + "StapleY" }; @@ -2941,5 +2937,5 @@ ppd_read(FILE *fp, /* I - File to read from */ /* - * End of "$Id: ppd.c,v 1.91 2003/02/18 22:43:06 mike Exp $". + * End of "$Id: ppd.c,v 1.92 2003/02/19 14:43:36 mike Exp $". */