mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Remove unneeded warning.
This commit is contained in:
parent
ee1a99b340
commit
b930f2a18e
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user