lyx2lyx: remove unused variable

Amend 7bbaead5.
This commit is contained in:
Scott Kostyshak 2022-12-08 13:32:00 -05:00
parent 06975721b6
commit f0a2114268

View File

@ -4635,7 +4635,6 @@ def convert_starred_refs(document):
document.warning("Malformed LyX document: Can't find end of inset at line %d" % i)
i += 1
continue
noprefixline = document.body[i + 5]
newlineat = end - 2
document.body.insert(newlineat, "nolink \"false\"")
i = end + 1