]> git.lyx.org Git - lyx.git/commitdiff
remove obsolete comment
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 26 Apr 2007 10:03:22 +0000 (10:03 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 26 Apr 2007 10:03:22 +0000 (10:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18031 a592a061-630c-0410-9148-cb99ea01b6c8

src/Paragraph.cpp

index 232515060eb9552a8dbb617dc194088729c88f6a..4c16a4fdb16880a0360545ae0ae6e84548d10512 100644 (file)
@@ -789,10 +789,6 @@ void Paragraph::Pimpl::simpleTeXSpecialChars(Buffer const & buf,
                        column += 15;
                        break;
 
-               // The following characters could be written literally in latin1, but they
-               // would be wrongly converted on systems where char is signed, so we give
-               // the code points.
-               // This also makes us independant from the encoding of this source file.
                case '|': case '<': case '>':
                        // In T1 encoding, these characters exist
                        if (lyxrc.fontenc == "T1") {