mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-16 00:13:00 +00:00
kill obsolete FIXME
This commit is contained in:
parent
d7ab44363c
commit
784cbea637
@ -889,8 +889,6 @@ int ncplane_box(ncplane* n, const cell* ul, const cell* ur,
|
||||
}
|
||||
|
||||
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);
|
||||
egcpool_dump(&n->pool);
|
||||
egcpool_init(&n->pool);
|
||||
|
Loading…
Reference in New Issue
Block a user