diff options
author | Timm Bäder <mail@baedert.org> | 2020-04-17 14:15:53 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2020-06-10 05:15:57 +0200 |
commit | 648bdfad516bd1413800f81c32d63450db4c27e0 (patch) | |
tree | 6fd9f7014465baa8b5eba7136136dda021a77290 /pango/pango-attributes-private.h | |
parent | dec6c0868ef2c36690dc831f6f892a7d835a361a (diff) | |
download | pango-648bdfad516bd1413800f81c32d63450db4c27e0.tar.gz |
attrlist: Remove attributes_tail
It's only very rarely used, and will become even less important later.
Diffstat (limited to 'pango/pango-attributes-private.h')
-rw-r--r-- | pango/pango-attributes-private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pango/pango-attributes-private.h b/pango/pango-attributes-private.h index 230feb3d..bf5bdade 100644 --- a/pango/pango-attributes-private.h +++ b/pango/pango-attributes-private.h @@ -32,7 +32,6 @@ struct _PangoAttrList { guint ref_count; GSList *attributes; - GSList *attributes_tail; }; void _pango_attr_list_init (PangoAttrList *list); |