]> git.lyx.org Git - features.git/commitdiff
Remove comment.
authorRichard Heck <rgheck@comcast.net>
Thu, 4 Nov 2010 13:06:16 +0000 (13:06 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 4 Nov 2010 13:06:16 +0000 (13:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36047 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx_2_0.py

index 9c47f16c48bd1baa87b20709e7d969f439a1dded..109b0b083084ed6c9030a84f77e1b86db332e4f5 100644 (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 = ""