]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Remove non-UI keywords from the list.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 19 Feb 2003 14:43:36 +0000 (14:43 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 19 Feb 2003 14:43:36 +0000 (14:43 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@3377 7a7537e8-13f0-0310-91df-b6672ffda945

cups/ppd.c

index 79cc9c4b8d233a4c18e1b5ebe8268d3f69cc0374..0a9d698da079ec01f291bd5d9f678d4e957d5b7a 100644 (file)
@@ -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 $".
  */