term: remove unneeded blink.active field

We now use the timer FD instead; if it is -1, blinking is not active.
This commit is contained in:
Daniel Eklöf 2020-10-13 19:28:05 +02:00
parent ac55e4067a
commit 1f650a7fdf
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 0 additions and 4 deletions

View file

@ -291,7 +291,6 @@ struct terminal {
} flash;
struct {
bool active;
enum { BLINK_ON, BLINK_OFF } state;
int fd;
} blink;