From abf2630e7039c53126faf6585769e2abfba657dd Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 10 Jan 2023 18:45:42 +0100 Subject: m + implement libfonts_do_{decoded_,}font_descriptions_match MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libfonts.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libfonts.h') diff --git a/libfonts.h b/libfonts.h index f45c203..20a0b5d 100644 --- a/libfonts.h +++ b/libfonts.h @@ -1737,7 +1737,6 @@ int libfonts_decode_font_description(struct libfonts_font_description *, const c * @return 1 if the arguments match, 0 if they don't match */ int libfonts_do_font_descriptions_match(const char *, const char *); -/* TODO implement libfonts_do_font_descriptions_match */ /** * Check if an X Logical Font Description (XLFD) matches @@ -1749,7 +1748,6 @@ int libfonts_do_font_descriptions_match(const char *, const char *); */ int libfonts_do_decoded_font_descriptions_match(const struct libfonts_font_description *, const struct libfonts_font_description *); -/* TODO implement libfonts_do_decoded_font_descriptions_match */ /** -- cgit v1.2.3-70-g09d2