Save a few cycles.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36035 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-11-04 12:20:55 +00:00
parent 155b339d84
commit 18a30566cb

View File

@ -898,7 +898,7 @@ def revert_nomencl_width(document):
i = j
continue
del document.body[l]
i = i + 1
i = j - 1
def revert_nomencl_cwidth(document):