Author: rgheck
Date: Sat Nov 6 19:42:19 2010
New Revision: 36166
URL: http://www.lyx.org/trac/changeset/36166
Log:
Remove one FIXME.
Remove "added by lyx2lyx"-type comment. This is now added automatically
by add_to_preamble (and insert_to_preamble, too).
Modified:
lyx-devel/trunk/lib/lyx2lyx/lyx_2_0.py
Modified: lyx-devel/trunk/lib/lyx2lyx/lyx_2_0.py
==============================================================================
--- lyx-devel/trunk/lib/lyx2lyx/lyx_2_0.py Sat Nov 6 18:42:26 2010
(r36165)
+++ lyx-devel/trunk/lib/lyx2lyx/lyx_2_0.py Sat Nov 6 19:42:19 2010
(r36166)
@@ -750,7 +750,6 @@
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 @@
i = cend
if multirow == True:
- add_to_preamble(document, ["% this command was inserted by lyx2lyx"])
add_to_preamble(document, ["\\usepackage{multirow}"])