diff options
Diffstat (limited to 'shell/ev-annotation-properties-dialog.c')
-rw-r--r-- | shell/ev-annotation-properties-dialog.c | 3 |
1 files changed, 0 insertions, 3 deletions
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:")); |