]> git.lyx.org Git - features.git/commitdiff
lyx2lyx/lyx_1_6.py: remove now obsolete comment
authorUwe Stöhr <uwestoehr@web.de>
Wed, 3 Oct 2007 21:39:32 +0000 (21:39 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Wed, 3 Oct 2007 21:39:32 +0000 (21:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20718 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx_1_6.py

index 7936fcfdb73487e591e1d4b11b778709f93e4921..9769c185f8ddae58288e896e7739d65633f2bde6 100644 (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)