lyx2lyx/lyx_1_6.py: remove now obsolete comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20718 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-10-03 21:39:32 +00:00
parent e858466d36
commit e6498670fb

View File

@ -303,8 +303,6 @@ def revert_inset_command(document):
Some insets may end up being converted to insets earlier versions of LyX
will not be able to recognize. Not sure what to do about that.
"""
# FIXME, this routine doesn't work, must be fixed before LyX 1.6.0, see
# http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg128426.html
i = 0
while 1:
i = find_token(document.body, "\\begin_inset CommandInset", i)