kill obsolete FIXME

This commit is contained in:
nick black 2019-11-26 03:00:54 -05:00 committed by Nick Black
parent d7ab44363c
commit 784cbea637

View File

@ -889,8 +889,6 @@ int ncplane_box(ncplane* n, const cell* ul, const cell* ur,
} }
void ncplane_erase(ncplane* n){ void ncplane_erase(ncplane* n){
// FIXME if we've been shrunk since creation, and haven't explicitly resized,
// what happens here...?
memset(n->fb, 0, sizeof(*n->fb) * n->lenx * n->leny); memset(n->fb, 0, sizeof(*n->fb) * n->lenx * n->leny);
egcpool_dump(&n->pool); egcpool_dump(&n->pool);
egcpool_init(&n->pool); egcpool_init(&n->pool);