linestylefilter: Delete unused arguments

pull/5264/head
Richard Hansen 2021-11-01 18:30:54 -04:00
parent dd8ec4e291
commit 5283bfc14a
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ linestylefilter.getLineStyleFilter = (lineLength, aline, textAndClassFunc, apool
linestylefilter,
text: txt,
class: cls,
}, ' ', ' ', '');
});
const disableAuthors = (disableAuthColorForThisLine == null ||
disableAuthColorForThisLine.length === 0) ? false : disableAuthColorForThisLine[0];
while (txt.length > 0) {