From 14b8e42f1104dcb8125b408eaccac8eaa985a532 Mon Sep 17 00:00:00 2001 From: cuu Date: Sun, 13 Feb 2022 13:47:26 +0800 Subject: [PATCH] code fix --- Code/thermal_printer/ftype.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Code/thermal_printer/ftype.c b/Code/thermal_printer/ftype.c index 97e4dc3..667881b 100644 --- a/Code/thermal_printer/ftype.c +++ b/Code/thermal_printer/ftype.c @@ -4,8 +4,6 @@ static const UTF32 utf32_space[2] = {' ', 0}; -FT_Face face; -FT_Library ft; bool init_ft (const char *ttf_file, FT_Face *face, FT_Library *ft, int req_size_w,int req_size_h, char **error)