[fbcon_rebuild] kill dead store

This commit is contained in:
nick black 2021-10-18 14:52:57 -04:00
parent 6d31d6a89b
commit f71a0617f7
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -140,7 +140,6 @@ int fbcon_rebuild(sprixel* s, int ycell, int xcell, uint8_t* auxvec){
}
}
s->glyph.buf[offset + 3] = auxvec[vyx];
offset += 4;
}
}
s->n->tam[s->dimx * ycell + xcell].state = state;