mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
613cad54a4
commit
0a7187b946
@ -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}"])
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user