diff options
author | Timm Bäder <mail@baedert.org> | 2020-06-08 19:04:09 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2020-06-10 05:20:00 +0200 |
commit | 410ea34c65ec5e96034a92397869abc788af3476 (patch) | |
tree | 63bbc6fad9184a7914673cb0aff4ac2c522b0a38 /pango/pango-attributes-private.h | |
parent | 009065cf0c8509e9957cfc4fdd05221e3205cc98 (diff) | |
download | pango-410ea34c65ec5e96034a92397869abc788af3476.tar.gz |
attrs: Remove unused iterator member
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 e2b9a2d5..f7384fd0 100644 --- a/pango/pango-attributes-private.h +++ b/pango/pango-attributes-private.h @@ -25,7 +25,6 @@ struct _PangoAttrIterator GPtrArray *attrs; /* From the list */ guint n_attrs; /* Copied from the list */ - GSList *next_attribute; GPtrArray *attribute_stack; guint attr_index; |