[gtk/wip/baedert/for-master: 30/56] label: Remove a debug leftover



commit 69e0f68455391414f0a3cfdb22c08293d9d84ebf
Author: Timm Bäder <mail baedert org>
Date:   Fri Apr 17 21:28:02 2020 +0200

    label: Remove a debug leftover

 gtk/gtklabel.c | 2 --
 1 file changed, 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);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]