summaryrefslogtreecommitdiff
path: root/gtk/gtkprintoperation.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-05-30 21:28:08 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-06-02 09:08:15 -0400
commita111f6ee23046ac2d0d3319dae53dc8862152876 (patch)
treee7964020197dd3684f5290ac8f41d5562a98ba91 /gtk/gtkprintoperation.c
parent9bb121c55d005c23ef3a1c482ce28178f0e3d661 (diff)
downloadgtk+-a111f6ee23046ac2d0d3319dae53dc8862152876.tar.gz
print operation: Fix compiler warnings
Fix warnings due to -Wdeclaration-after-statement and -Wshadow.
Diffstat (limited to 'gtk/gtkprintoperation.c')
-rw-r--r--gtk/gtkprintoperation.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c
index 057430b412..929cdafea6 100644
--- a/gtk/gtkprintoperation.c
+++ b/gtk/gtkprintoperation.c
@@ -2506,7 +2506,6 @@ common_render_page (GtkPrintOperation *op,
else
{
GtkPageOrientation orientation;
- GtkPageSetup *page_setup;
gdouble paper_width, paper_height;
gdouble page_width, page_height;
gdouble context_width, context_height;