From e04ed84002e2940c918773d00caf34d785987c0f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 9 Jan 2023 21:41:46 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libfonts_get_default_font.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/libfonts_get_default_font.c b/libfonts_get_default_font.c index 5ad0a1c..b42844a 100644 --- a/libfonts_get_default_font.c +++ b/libfonts_get_default_font.c @@ -11,7 +11,7 @@ find(char **outp, const char *dir_part1, const char *dir_part2, const char *dir_ (void) dir_part2; (void) dir_part3; (void) ctx; - return 0; /* TODO */ + return 0; /* TODO implement find() */ } static int @@ -229,11 +229,7 @@ libfonts_get_default_font(enum libfonts_default_font font, struct libfonts_conte if (r) goto out; - /* TODO - * as a last resort look around for some - * font that matches the specification as - * well as possible - */ + /* TODO as a last resort look around for some font that matches the specification as well as possible */ ret = NULL; r = 0; -- cgit v1.2.3-70-g09d2