]> git.lyx.org Git - features.git/commitdiff
Remove unneeded warning.
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 28 Dec 2015 11:34:11 +0000 (12:34 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 28 Dec 2015 11:34:11 +0000 (12:34 +0100)
lib/lyx2lyx/lyx_2_0.py

index 64a908c9c57f9dabdc4fad96499a9e0fbbfd081d..1f1015444043c367e0d570d30f7c726b030cab2b 100644 (file)
@@ -557,7 +557,6 @@ def revert_nomencl_cwidth(document):
       j = find_end_of_inset(document.body, i)
       l = find_token(document.body, "width", i, j)
       if l == -1:
-        document.warning("Can't find width option for nomencl_print!")
         i = j
         continue
       width = get_quoted_value(document.body, "width", i, j)