label: Remove a debug leftover

This commit is contained in:
Timm Bäder 2020-04-17 21:28:02 +02:00
parent 34976a791c
commit 88f5d4547c

View File

@ -1838,8 +1838,6 @@ gtk_label_set_attributes (GtkLabel *self,
if (!attrs && !self->attrs)
return;
if (attrs == self->attrs) g_error ("Z");
if (attrs)
pango_attr_list_ref (attrs);