mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
One more unused variable
This commit is contained in:
parent
b0fa3efd57
commit
4e7f6949bf
@ -4609,7 +4609,6 @@ def convert_starred_refs(document):
|
||||
i = find_token(document.body, "\\begin_inset CommandInset ref", i)
|
||||
if i == -1:
|
||||
break
|
||||
start = i
|
||||
end = find_end_of_inset(document.body, i)
|
||||
if end == -1:
|
||||
document.warning("Malformed LyX document: Can't find end of inset at line %d" % i)
|
||||
|
Loading…
Reference in New Issue
Block a user