From: Juergen Spitzmueller Date: Mon, 28 Dec 2015 11:34:11 +0000 (+0100) Subject: Remove unneeded warning. X-Git-Tag: 2.2.0beta1~293 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b930f2a18ea698b3122168194e30415faef16186;p=features.git Remove unneeded warning. --- diff --git a/lib/lyx2lyx/lyx_2_0.py b/lib/lyx2lyx/lyx_2_0.py index 64a908c9c5..1f10154440 100644 --- a/lib/lyx2lyx/lyx_2_0.py +++ b/lib/lyx2lyx/lyx_2_0.py @@ -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)