From e6498670fbd63a15d4a1acd39b7e0ec999f8cb0c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Wed, 3 Oct 2007 21:39:32 +0000 Subject: [PATCH] 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 --- lib/lyx2lyx/lyx_1_6.py | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.39.5