summaryrefslogtreecommitdiff
path: root/pango/pango-attributes-private.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2020-04-17 14:15:53 +0200
committerTimm Bäder <mail@baedert.org>2020-06-10 05:15:57 +0200
commit648bdfad516bd1413800f81c32d63450db4c27e0 (patch)
tree6fd9f7014465baa8b5eba7136136dda021a77290 /pango/pango-attributes-private.h
parentdec6c0868ef2c36690dc831f6f892a7d835a361a (diff)
downloadpango-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.h1
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);