kill obsolete FIXME in sprixel_rescale

This commit is contained in:
nick black 2021-11-28 18:14:21 -05:00
parent 2d3fb9f12e
commit 233d32be04
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -237,7 +237,6 @@ int sprixel_rescale(sprixel* spx, unsigned ncellpxy, unsigned ncellpxx){
sprite_rebuild(ncplane_notcurses(spx->n), spx, y, x);
}
}
// FIXME rebuild all annihilated cells
// FIXME prepare new tam entries
ncplane* ncopy = spx->n;
destroy_tam(spx->n);