]> git.lyx.org Git - features.git/commitdiff
Remove one FIXME.
authorRichard Heck <rgheck@comcast.net>
Sat, 6 Nov 2010 18:42:19 +0000 (18:42 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 6 Nov 2010 18:42:19 +0000 (18:42 +0000)
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

lib/lyx2lyx/lyx_2_0.py

index 40238724a3f45ba38c3f143b6183434e1e00ec04..8b5b58b483b972c56e980cdea3520c0f6304a34d 100644 (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}"])