print operation: Fix compiler warnings

Fix warnings due to -Wdeclaration-after-statement and -Wshadow.
This commit is contained in:
Matthias Clasen 2015-05-30 21:28:08 -04:00
parent 9bb121c55d
commit a111f6ee23

View File

@ -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;