summaryrefslogtreecommitdiff
path: root/filter/rastertohp.c
diff options
context:
space:
mode:
Diffstat (limited to 'filter/rastertohp.c')
-rw-r--r--filter/rastertohp.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/filter/rastertohp.c b/filter/rastertohp.c
index af9583bf..14f7b3ec 100644
--- a/filter/rastertohp.c
+++ b/filter/rastertohp.c
@@ -1,9 +1,9 @@
/*
- * "$Id: rastertohp.c 9384 2010-11-22 07:06:39Z mike $"
+ * "$Id: rastertohp.c 10430 2012-04-23 18:07:59Z mike $"
*
* Hewlett-Packard Page Control Language filter for CUPS.
*
- * Copyright 2007-2010 by Apple Inc.
+ * Copyright 2007-2012 by Apple Inc.
* Copyright 1993-2007 by Easy Software Products.
*
* These coded instructions, statements, and computer programs are the
@@ -877,13 +877,10 @@ main(int argc, /* I - Number of command-line arguments */
return (1);
}
else
- {
- _cupsLangPrintFilter(stderr, "INFO", _("Ready to print."));
return (0);
- }
}
/*
- * End of "$Id: rastertohp.c 9384 2010-11-22 07:06:39Z mike $".
+ * End of "$Id: rastertohp.c 10430 2012-04-23 18:07:59Z mike $".
*/