term: remove unusued 'damage' list

This commit is contained in:
Daniel Eklöf 2020-08-04 18:07:22 +02:00
parent a371ea0f02
commit 4919ccbc70
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 2 additions and 7 deletions

View file

@ -114,7 +114,6 @@ struct grid {
struct row **rows;
struct row *cur_row;
tll(struct damage) damage;
tll(struct damage) scroll_damage;
tll(struct sixel) sixel_images;
};