render: attrs_to_font() is not used outside of render.c

This commit is contained in:
Daniel Eklöf 2020-01-04 19:53:55 +01:00
parent 99f471d738
commit 647a299315
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -211,7 +211,7 @@ static const struct wp_presentation_feedback_listener presentation_feedback_list
.discarded = &discarded,
};
struct font *
static struct font *
attrs_to_font(const struct terminal *term, const struct attributes *attrs)
{
int idx = attrs->italic << 1 | attrs->bold;