remove dead code

This commit is contained in:
Johannes Kimmel 2023-04-24 16:41:03 +02:00
parent 6fb426de4a
commit 354a81c589
1 changed files with 0 additions and 3 deletions

View File

@ -381,9 +381,6 @@ function initForm() {
renderConfig(l3cfg.sections.flatMap(section => section.render()).filter(section => !!section));
}
function renderConfigOption(name, value) {
return value ? `\toption ${name} '${value}'\n` : ""
}
function renderConfig(sections) {
let l3configoutput = document.getElementById('l3configoutput');
let l3configoutputpre = document.createElement('pre');