mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-10 04:27:45 -05:00
render: remove assertion that isn't always true
It's not true for e.g. Cascadia code.
This commit is contained in:
parent
722290bae9
commit
55968413b6
1 changed files with 0 additions and 1 deletions
1
render.c
1
render.c
|
|
@ -87,7 +87,6 @@ font_baseline(const struct terminal *term)
|
|||
assert(term->fextents.descent >= 0);
|
||||
|
||||
int diff = term->fextents.height - (term->fextents.ascent + term->fextents.descent);
|
||||
assert(diff >= 0);
|
||||
|
||||
#if 0
|
||||
LOG_INFO("height=%d, ascent=%d, descent=%d, diff=%d",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue