]> git.lyx.org Git - lyx.git/commitdiff
remove useless warning
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 17 Aug 2024 14:15:11 +0000 (16:15 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 17 Aug 2024 14:15:11 +0000 (16:15 +0200)
lib/lyx2lyx/lyx_2_1.py

index 3155cc2489ede4e3dc81b2b3412e043916739f7b..e17d784b99f25234ec7e7f053ae4b6cdbd08e521 100644 (file)
@@ -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)