Remove one FIXME.

Remove "added by lyx2lyx"-type comment. This is now added automatically
by add_to_preamble (and insert_to_preamble, too).


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36166 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-11-06 18:42:19 +00:00
parent 613cad54a4
commit 0a7187b946

View File

@ -750,7 +750,6 @@ def convert_author_id(document):
name = m.group(2)
email = m.group(3)
document.header[i] = "\\author %i %s %s" % (anum, name, email)
# FIXME Should this really be incremented if we didn't match?
anum += 1
i += 1
@ -995,7 +994,6 @@ def revert_multirow(document):
i = cend
if multirow == True:
add_to_preamble(document, ["% this command was inserted by lyx2lyx"])
add_to_preamble(document, ["\\usepackage{multirow}"])