mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
remove useless warning
This commit is contained in:
parent
083e9b44a0
commit
5b5127891d
@ -558,7 +558,6 @@ def revert_biblio_style(document):
|
|||||||
"BibTeX insets with default option use the style defined by \\biblio_style."
|
"BibTeX insets with default option use the style defined by \\biblio_style."
|
||||||
i = find_token(document.header, "\\biblio_style", 0)
|
i = find_token(document.header, "\\biblio_style", 0)
|
||||||
if i == -1:
|
if i == -1:
|
||||||
document.warning("No \\biblio_style line. Nothing to do.")
|
|
||||||
return
|
return
|
||||||
|
|
||||||
default_style = get_value(document.header, "\\biblio_style", i)
|
default_style = get_value(document.header, "\\biblio_style", i)
|
||||||
|
Loading…
Reference in New Issue
Block a user