term: remove unneeded utf8.left member

This commit is contained in:
Daniel Eklöf 2020-04-27 15:06:23 +02:00
parent 3fb3b63d93
commit e478874dd9
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 0 additions and 16 deletions

View file

@ -135,7 +135,6 @@ struct vt {
struct {
uint8_t data[4];
uint8_t idx;
uint8_t left;
} utf8;
struct {
uint8_t *data;