label: Don't excessively recalculate

We don't merge attributes anymore, so no need to call the function that
used to do this job.
This commit is contained in:
Benjamin Otte
2012-01-06 05:06:29 +01:00
parent 396b177e3b
commit f1c9a3e633

View File

@ -2160,8 +2160,6 @@ gtk_label_set_attributes (GtkLabel *label,
g_object_notify (G_OBJECT (label), "attributes");
gtk_label_recalculate (label);
gtk_label_clear_layout (label);
gtk_widget_queue_resize (GTK_WIDGET (label));
}