mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-30 12:53:14 +00:00
Remove unused function
This commit is contained in:
parent
94c11af7c8
commit
244840255b
1 changed files with 0 additions and 9 deletions
|
|
@ -242,15 +242,6 @@ del_font(Font *f) {
|
|||
f->bold = false; f->italic = false;
|
||||
}
|
||||
|
||||
static inline void
|
||||
clear_font(Font *f) {
|
||||
f->hb_font = NULL;
|
||||
Py_CLEAR(f->face);
|
||||
clear_sprite_map(f); clear_special_glyph_cache(f);
|
||||
f->bold = false; f->italic = false;
|
||||
}
|
||||
|
||||
|
||||
static unsigned int cell_width = 0, cell_height = 0, baseline = 0, underline_position = 0, underline_thickness = 0;
|
||||
static uint8_t *canvas = NULL;
|
||||
#define CELLS_IN_CANVAS 16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue