diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-11-16 23:54:58 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-11-17 00:28:07 -0500 |
commit | 09996f6395f350f2cf8a4da9c09fccf5d783d6c3 (patch) | |
tree | f52a29243f3a277b280f3fb84d56c1ecd92cfada /tests/test-common.h | |
parent | 08868a815e7df603a2326ce927bdb8caccc90a81 (diff) | |
download | pango-09996f6395f350f2cf8a4da9c09fccf5d783d6c3.tar.gz |
Use serialization api in testattributes
Diffstat (limited to 'tests/test-common.h')
-rw-r--r-- | tests/test-common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/test-common.h b/tests/test-common.h index e3f46afe..86320236 100644 --- a/tests/test-common.h +++ b/tests/test-common.h @@ -19,12 +19,6 @@ void print_attributes (GSList *attrs, void print_attr_list (PangoAttrList *attrs, GString *string); -PangoAttribute * -attribute_from_string (const char *string); - -PangoAttrList * -attributes_from_string (const char *string); - const char *get_script_name (GUnicodeScript s); |