commit f0a2114268b57257dfec0b0d594885ba0a7ce862
Author: Scott Kostyshak <[email protected]>
Date:   Thu Dec 8 13:32:00 2022 -0500

    lyx2lyx: remove unused variable
    
    Amend 7bbaead5.
---
 lib/lyx2lyx/lyx_2_4.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/lib/lyx2lyx/lyx_2_4.py b/lib/lyx2lyx/lyx_2_4.py
index 24e13df..a95daf0 100644
--- a/lib/lyx2lyx/lyx_2_4.py
+++ b/lib/lyx2lyx/lyx_2_4.py
@@ -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
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to