diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-19 08:12:42 -0700 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-19 08:37:26 -0700 |
commit | 8df747b7d161d08dca7dc08de032bb0d30a1e9b9 (patch) | |
tree | 26b7e25656f663c6dad938b4f1f25ef15a56c936 /tests/test-common.h | |
parent | bf5876e0aba41d6843bc1ec0d1d78b4769e0a86c (diff) | |
download | pango-8df747b7d161d08dca7dc08de032bb0d30a1e9b9.tar.gz |
tests: Use pango_attr_list_get_attributes
Diffstat (limited to 'tests/test-common.h')
-rw-r--r-- | tests/test-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-common.h b/tests/test-common.h index bf48e06e..28a850ae 100644 --- a/tests/test-common.h +++ b/tests/test-common.h @@ -15,8 +15,6 @@ void print_attributes (GSList *attrs, void print_attr_list (PangoAttrList *attrs, GString *string); -GSList *attr_list_to_list (PangoAttrList *attrs); - const char *get_script_name (GUnicodeScript s); |