diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-05-22 21:49:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-05-22 21:49:46 +0800 |
commit | 1896d2aef5ceaa1cbfc0131b42dee2b443b11828 (patch) | |
tree | 21b82853ac3e12cc6f02b3aff6dc643cdf62d3bc /addressbook | |
parent | 8e3af3094e48e026cf52c584da50e8b600c4a216 (diff) | |
download | gsoc2013-evolution-1896d2aef5ceaa1cbfc0131b42dee2b443b11828.tar gsoc2013-evolution-1896d2aef5ceaa1cbfc0131b42dee2b443b11828.tar.gz gsoc2013-evolution-1896d2aef5ceaa1cbfc0131b42dee2b443b11828.tar.bz2 gsoc2013-evolution-1896d2aef5ceaa1cbfc0131b42dee2b443b11828.tar.lz gsoc2013-evolution-1896d2aef5ceaa1cbfc0131b42dee2b443b11828.tar.xz gsoc2013-evolution-1896d2aef5ceaa1cbfc0131b42dee2b443b11828.tar.zst gsoc2013-evolution-1896d2aef5ceaa1cbfc0131b42dee2b443b11828.zip |
Fix compiler warnings.
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/printing/e-contact-print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/printing/e-contact-print.c b/addressbook/printing/e-contact-print.c index 96c97069f1..eca65221be 100644 --- a/addressbook/printing/e-contact-print.c +++ b/addressbook/printing/e-contact-print.c @@ -723,7 +723,7 @@ contact_page_draw_footer (GtkPrintOperation *operation, PangoFontDescription *desc; PangoLayout *layout; gdouble x, y, page_height, page_width, page_margin; - gint n_pages; + /*gint n_pages;*/ gchar *text; cairo_t *cr; GtkPageSetup *setup; |