From: Richard Heck Date: Thu, 4 Nov 2010 13:06:16 +0000 (+0000) Subject: Remove comment. X-Git-Tag: 2.0.0~2068 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=04157a28208c64c4ae0fed43e652a45795bfc13b;p=features.git Remove comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36047 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/lyx2lyx/lyx_2_0.py b/lib/lyx2lyx/lyx_2_0.py index 9c47f16c48..109b0b0830 100644 --- a/lib/lyx2lyx/lyx_2_0.py +++ b/lib/lyx2lyx/lyx_2_0.py @@ -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 = ""