[LyX/master] Amend last commit

Richard Kimberly Heck rikiheck at lyx.org
Thu Dec 8 16:48:29 UTC 2022


commit 7bbaead588d1a1cacd5cd2402fd172d812bd0989
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date:   Thu Dec 8 12:41:53 2022 -0500

    Amend last commit
---
 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 b6b229a..24e13df 100644
--- a/lib/lyx2lyx/lyx_2_4.py
+++ b/lib/lyx2lyx/lyx_2_4.py
@@ -4636,7 +4636,6 @@ def convert_starred_refs(document):
             i += 1
             continue
         noprefixline = document.body[i + 5]
-        document.warning(noprefixline)
         newlineat = end - 2
         document.body.insert(newlineat, "nolink \"false\"")
         i = end + 1


More information about the lyx-cvs mailing list