linestylefilter: Delete unused arguments

This commit is contained in:
Richard Hansen 2021-11-01 18:30:54 -04:00
parent dd8ec4e291
commit 5283bfc14a

View file

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