From b930f2a18ea698b3122168194e30415faef16186 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 28 Dec 2015 12:34:11 +0100 Subject: [PATCH] Remove unneeded warning. --- lib/lyx2lyx/lyx_2_0.py | 1 - 1 file changed, 1 deletion(-) 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) -- 2.39.2