mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
[fbcon_rebuild] kill dead store
This commit is contained in:
parent
6d31d6a89b
commit
f71a0617f7
@ -140,7 +140,6 @@ int fbcon_rebuild(sprixel* s, int ycell, int xcell, uint8_t* auxvec){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
s->glyph.buf[offset + 3] = auxvec[vyx];
|
s->glyph.buf[offset + 3] = auxvec[vyx];
|
||||||
offset += 4;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
s->n->tam[s->dimx * ycell + xcell].state = state;
|
s->n->tam[s->dimx * ycell + xcell].state = state;
|
||||||
|
Loading…
Reference in New Issue
Block a user