diff options
author | Christian Persch <chpe@gnome.org> | 2009-12-01 19:00:43 +0100 |
---|---|---|
committer | Christian Persch <chpe@gnome.org> | 2009-12-01 19:00:58 +0100 |
commit | 33552c75b1101562b6d7503e56cb3c66063df269 (patch) | |
tree | e38b86048f8612349bc2b64544c2cd69696ffbc2 /gtk/gtkprintoperation-private.h | |
parent | b2602a92b998637c1c7e2f0217fd611a05632e7e (diff) | |
download | gtk+-33552c75b1101562b6d7503e56cb3c66063df269.tar.gz |
Revert "Set unix printer hard margins on print context"
This reverts commit 826d800b7420d1030337f46a6a742537a85f13f1.
Diffstat (limited to 'gtk/gtkprintoperation-private.h')
-rw-r--r-- | gtk/gtkprintoperation-private.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkprintoperation-private.h b/gtk/gtkprintoperation-private.h index c1f047c2dd..5e28007bee 100644 --- a/gtk/gtkprintoperation-private.h +++ b/gtk/gtkprintoperation-private.h @@ -140,11 +140,6 @@ void _gtk_print_context_set_page_setup (GtkPrintCon GtkPageSetup *page_setup); void _gtk_print_context_translate_into_margin (GtkPrintContext *context); void _gtk_print_context_rotate_according_to_orientation (GtkPrintContext *context); -void _gtk_print_context_set_hard_margins (GtkPrintContext *context, - gdouble top, - gdouble bottom, - gdouble left, - gdouble right); G_END_DECLS |