we dont need hascolored

This commit is contained in:
speediegq 2022-10-20 21:13:24 +02:00
parent db56c88655
commit 279c9bf9b8

View file

@ -2352,7 +2352,6 @@ resizebarwin(m);
int remainder;
int tabw;
int docontinue;
int hascolored;
/* we're doing this to make sure the title does not get truncated when there's only supposed to be one title anyway */
if (!hideunselectedtitle) {
@ -2364,7 +2363,6 @@ resizebarwin(m);
}
docontinue = 0; /* whether or not we should (have) continue(ed) or not */
hascolored = 0; /* whether or not we have colored */
for (c = m->clients; c; c = c->next) {
/* if it's not a window, continue */