Remove comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36047 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-11-04 13:06:16 +00:00
parent fd62002d1b
commit 04157a2820

View File

@ -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 = ""