From: Uwe Stöhr Date: Wed, 3 Oct 2007 21:39:32 +0000 (+0000) Subject: lyx2lyx/lyx_1_6.py: remove now obsolete comment X-Git-Tag: 1.6.10~8034 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e6498670fbd63a15d4a1acd39b7e0ec999f8cb0c;p=lyx.git 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 --- diff --git a/lib/lyx2lyx/lyx_1_6.py b/lib/lyx2lyx/lyx_1_6.py index 7936fcfdb7..9769c185f8 100644 --- a/lib/lyx2lyx/lyx_1_6.py +++ b/lib/lyx2lyx/lyx_1_6.py @@ -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)