ui/gtk/list.c

changeset 772
fa8afa19b8b6
parent 749
0f052f6f532c
child 776
867ff911492d
--- a/ui/gtk/list.c	Thu Sep 18 21:04:49 2025 +0200
+++ b/ui/gtk/list.c	Sun Sep 21 21:20:58 2025 +0200
@@ -95,9 +95,6 @@
     tableview->current_row = -1;
     tableview->getstyle = args->getstyle;
     tableview->getstyledata = args->getstyledata;
-#if GTK_CHECK_VERSION(4, 10, 0)
-    tableview->default_attributes = pango_attr_list_new();
-#endif
     
     if(args->getvalue2) {
         tableview->getvalue = args->getvalue2;
@@ -1908,7 +1905,6 @@
     }
 #if GTK_CHECK_VERSION(4, 10, 0)
     free(v->columns);
-    pango_attr_list_unref(v->default_attributes);
     pango_attr_list_unref(v->current_row_attributes);
     cxMapFree(v->bound_rows);
 #endif

mercurial