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)