Drop invalid todo

The surrounding code has nothing to do with colors
This commit is contained in:
Christian Göttsche 2021-01-27 17:06:21 +01:00
parent d77703b3dc
commit 211121f060
1 changed files with 0 additions and 1 deletions

View File

@ -361,7 +361,6 @@ Htop_Reaction Action_follow(State* st) {
static Htop_Reaction actionSetup(State* st) {
Action_runSetup(st);
// TODO: shouldn't need this, colors should be dynamic
int headerHeight = Header_calculateHeight(st->header);
Panel_move(st->panel, 0, headerHeight);
Panel_resize(st->panel, COLS, LINES-headerHeight-1);