]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror 1.1.x changes.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 1 Aug 2003 18:57:54 +0000 (18:57 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 1 Aug 2003 18:57:54 +0000 (18:57 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@3847 7a7537e8-13f0-0310-91df-b6672ffda945

filter/pstops.c

index 45172127b4c613cb1c26215d413f3ea61b39fda2..3f930c5b4269984730d04e939279698150200737 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: pstops.c,v 1.54.2.41 2003/07/25 20:39:36 mike Exp $"
+ * "$Id: pstops.c,v 1.54.2.42 2003/08/01 18:57:54 mike Exp $"
  *
  *   PostScript filter for the Common UNIX Printing System (CUPS).
  *
@@ -81,8 +81,6 @@
 
 int            NumPages = 0;           /* Number of pages in file */
 long           Pages[MAX_PAGES];       /* Offsets to each page */
-char           PageLabels[MAX_PAGES][64];
-                                       /* Page labels */
 const char     *PageRanges = NULL;     /* Range of pages selected */
 const char     *PageSet = NULL;        /* All, Even, Odd pages */
 int            Order = 0,              /* 0 = normal, 1 = reverse pages */
@@ -1886,5 +1884,5 @@ start_nup(int number,                     /* I - Page number */
 
 
 /*
- * End of "$Id: pstops.c,v 1.54.2.41 2003/07/25 20:39:36 mike Exp $".
+ * End of "$Id: pstops.c,v 1.54.2.42 2003/08/01 18:57:54 mike Exp $".
  */