From: Richard Heck Date: Mon, 30 Nov 2009 23:25:39 +0000 (+0000) Subject: Remove obsolete comment. X-Git-Tag: 2.0.0~4968 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4f51edea21f468913d61f0a72e98281210367438;p=features.git Remove obsolete comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32265 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index 8b3a72328d..1a86aec672 100644 --- a/src/Paragraph.cpp +++ b/src/Paragraph.cpp @@ -2383,8 +2383,6 @@ docstring Paragraph::simpleLyXHTMLOnePar(Buffer const & buf, { docstring retval; - // FIXME We really need to manage the tag nesting here. - // Probably in the same sort of way as in output_xhtml. bool emph_flag = false; bool bold_flag = false; std::string closing_tag;