From a653133ed17f69cde352d0ba14a24ab1d1a98933 Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 1 Aug 2003 18:57:54 +0000 Subject: [PATCH] Mirror 1.1.x changes. 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 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/filter/pstops.c b/filter/pstops.c index 45172127b4..3f930c5b42 100644 --- a/filter/pstops.c +++ b/filter/pstops.c @@ -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 $". */ -- 2.47.2