From: Jean-Marc Lasgouttes Date: Thu, 26 Apr 2007 10:03:22 +0000 (+0000) Subject: remove obsolete comment X-Git-Tag: 1.6.10~10047 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ea9b792b6aaa37277f7d9c6a68040f7132bf0d3c;p=lyx.git remove obsolete comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18031 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index 232515060e..4c16a4fdb1 100644 --- a/src/Paragraph.cpp +++ b/src/Paragraph.cpp @@ -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") {