mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Remove annoying warning
This commit is contained in:
parent
061924e275
commit
4df9eb36a0
@ -367,8 +367,7 @@ def main(argv):
|
||||
progress("Altering the latex file for font size and colors")
|
||||
|
||||
# Omit font size specification in latex file.
|
||||
if not fix_latex_file(latex_file):
|
||||
warning("Unable to remove font size from the latex file")
|
||||
fix_latex_file(latex_file)
|
||||
|
||||
if lilypond:
|
||||
progress("Preprocess the latex file through %s" % lilypond_book)
|
||||
|
Loading…
Reference in New Issue
Block a user