linestylefilter: Delete unused arguments
parent
dd8ec4e291
commit
5283bfc14a
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue