From: Juergen Spitzmueller Date: Tue, 25 Sep 2012 15:01:23 +0000 (+0200) Subject: Remove annoying warning X-Git-Tag: 2.1.0beta1~1489 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4df9eb36a05c037bb4b191677de3a348d45456a4;p=features.git Remove annoying warning --- diff --git a/lib/scripts/lyxpreview2bitmap.py b/lib/scripts/lyxpreview2bitmap.py index 09ac3a9368..71849ce51e 100755 --- a/lib/scripts/lyxpreview2bitmap.py +++ b/lib/scripts/lyxpreview2bitmap.py @@ -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)