mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Remove comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36047 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fd62002d1b
commit
04157a2820
@ -209,7 +209,6 @@ def lyx2latex(document, lines):
|
||||
line = "\\,"
|
||||
elif hspace != "":
|
||||
# The LyX length is in line[8:], after the \length keyword
|
||||
# latex_length returns "bool,length"
|
||||
length = latex_length(line[8:])[1]
|
||||
line = hspace + "{" + length + "}"
|
||||
hspace = ""
|
||||
|
Loading…
Reference in New Issue
Block a user