Remove unneeded warning.

This commit is contained in:
Juergen Spitzmueller 2015-12-28 12:34:11 +01:00
parent ee1a99b340
commit b930f2a18e

View File

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