commit 5b5127891d5faf4d2fb6892084973546b73f41e7
Author: Juergen Spitzmueller <[email protected]>
Date:   Sat Aug 17 16:15:11 2024 +0200

    remove useless warning
---
 lib/lyx2lyx/lyx_2_1.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/lyx2lyx/lyx_2_1.py b/lib/lyx2lyx/lyx_2_1.py
index 3155cc2489..e17d784b99 100644
--- a/lib/lyx2lyx/lyx_2_1.py
+++ b/lib/lyx2lyx/lyx_2_1.py
@@ -558,7 +558,6 @@ def revert_biblio_style(document):
     "BibTeX insets with default option use the style defined by 
\\biblio_style."
     i = find_token(document.header, "\\biblio_style", 0)
     if i == -1:
-        document.warning("No \\biblio_style line. Nothing to do.")
         return
 
     default_style = get_value(document.header, "\\biblio_style", i)
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to