mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
e858466d36
commit
e6498670fb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user