remove some useless lines

This commit is contained in:
speedie 2023-04-04 00:23:25 +02:00
parent a7c91704c6
commit f7de91850b

View file

@ -380,13 +380,6 @@ drawmenu(void)
if (!hidematchcount) {
recalculatenumbers();
numberWidth = TEXTW(numbers);
// mode indicator is always going to be at the right
if (hidemode) {
numberWidth += 2 * sp + borderwidth;
} else {
modeWidth += 2 * sp + borderwidth;
}
}
// why have an empty line?