diff options
author | Timm Bäder <mail@baedert.org> | 2020-04-17 21:28:02 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2020-05-05 08:20:09 +0200 |
commit | 88f5d4547c921e33902ebbcb98c5259607782305 (patch) | |
tree | 43d1becf9c20f76f73b40c0ae0c8d30a32258bfd /gtk/gtklabel.c | |
parent | 34976a791cf6482cf6a4e5b5d5db7d2ba02047ce (diff) | |
download | gtk+-88f5d4547c921e33902ebbcb98c5259607782305.tar.gz |
label: Remove a debug leftover
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r-- | gtk/gtklabel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index c7ab789d6c..22382ed5e5 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -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); |