]> git.lyx.org Git - features.git/commitdiff
Remove annoying warning
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 25 Sep 2012 15:01:23 +0000 (17:01 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 25 Sep 2012 15:01:23 +0000 (17:01 +0200)
lib/scripts/lyxpreview2bitmap.py

index 09ac3a936820a85dc01b2f222bbf31398176f270..71849ce51e934ee24ac0ffe114777fcb6e0af9bf 100755 (executable)
@@ -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)