From 8ee36110a30a867787d2c29fd5104623561274c5 Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Sat, 23 Jun 2012 18:36:12 +0200 Subject: [PATCH 02/10] Fix warnings on unused variables --- glib/demo/annots.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/glib/demo/annots.c b/glib/demo/annots.c index e0b5d91..4d39ba3 100644 --- a/glib/demo/annots.c +++ b/glib/demo/annots.c @@ -262,7 +262,6 @@ gchar * get_free_text_callout_line (PopplerAnnotFreeText *poppler_annot) { PopplerAnnotCalloutLine *callout; - gdouble x1, y1, x2, y2; gchar *text; if ((callout = poppler_annot_free_text_get_callout_line (poppler_annot))) { @@ -481,9 +480,8 @@ pgd_annot_view_set_annot (PgdAnnotsDemo *demo, GtkWidget *alignment; GtkWidget *table; GtkWidget *button; - GEnumValue *enum_value; gint row = 0; - gchar *text, *warning; + gchar *text; time_t timet; alignment = gtk_bin_get_child (GTK_BIN (demo->annot_view)); -- 1.7.5.4