From 4190ce2680b339c9bfc3d51008811f0b1abb1b9d Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 1 Feb 2016 18:28:19 +0300 Subject: fix some build warnings --- shell/ev-annotation-properties-dialog.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'shell/ev-annotation-properties-dialog.c') diff --git a/shell/ev-annotation-properties-dialog.c b/shell/ev-annotation-properties-dialog.c index 81c1fd95..932a26ff 100644 --- a/shell/ev-annotation-properties-dialog.c +++ b/shell/ev-annotation-properties-dialog.c @@ -86,12 +86,9 @@ static void ev_annotation_properties_dialog_constructed (GObject *object) { EvAnnotationPropertiesDialog *dialog = EV_ANNOTATION_PROPERTIES_DIALOG (object); - GtkWidget *contant_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog)); GtkWidget *table = dialog->table; GtkWidget *label; - contant_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog)); - switch (dialog->annot_type) { case EV_ANNOTATION_TYPE_TEXT: label = gtk_label_new (_("Icon:")); -- cgit v1.2.1