BLF: Removal of blf_font_draw_ascii Declaration

Removal of declaration of unused blf_font_draw_ascii

See D13624 for more details.

Differential Revision: https://developer.blender.org/D13624

Reviewed by Campbell Barton
This commit is contained in:
Harley Acheson 2022-02-04 17:55:50 -08:00
parent bb3bcf744c
commit fbd5b85456
1 changed files with 1 additions and 4 deletions

View File

@ -65,10 +65,7 @@ void blf_font_draw__wrap(struct FontBLF *font,
const char *str,
size_t str_len,
struct ResultBLF *r_info);
void blf_font_draw_ascii(struct FontBLF *font,
const char *str,
size_t str_len,
struct ResultBLF *r_info);
/**
* Use fixed column width, but an utf8 character may occupy multiple columns.
*/