diff --git a/Action.c b/Action.c index 0b5c8990..4efb7e3d 100644 --- a/Action.c +++ b/Action.c @@ -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);