[gtk+] Revert "Add comment explaining why we set the hard margins to 0 for n-up"



commit 88bcbf486608d01019fdc6828326f0e5a957ddbf
Author: Christian Persch <chpe gnome org>
Date:   Tue Dec 1 19:00:34 2009 +0100

    Revert "Add comment explaining why we set the hard margins to 0 for n-up"
    
    This reverts commit 394f698e4e216432a7fe4e4c17a9adc0517e8ecb.

 gtk/gtkprintoperation-unix.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkprintoperation-unix.c b/gtk/gtkprintoperation-unix.c
index a9b4143..19e5644 100644
--- a/gtk/gtkprintoperation-unix.c
+++ b/gtk/gtkprintoperation-unix.c
@@ -549,10 +549,6 @@ finish_print (PrintResponseData *rdata,
 	if (gtk_printer_get_hard_margins (printer, &top, &bottom, &left, &right))
 	  _gtk_print_context_set_hard_margins (priv->print_context, top, bottom, left, right);
       } else {
-        /* Pages do not have any unprintable area when printing n-up as each page on the
-         * sheet has been scaled down and translated to a position within the printable
-         * area of the sheet.
-         */
 	_gtk_print_context_set_hard_margins (priv->print_context, 0, 0, 0, 0);
       }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]