]> git.lyx.org Git - features.git/commitdiff
Remove obsolete comment.
authorRichard Heck <rgheck@comcast.net>
Mon, 30 Nov 2009 23:25:39 +0000 (23:25 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 30 Nov 2009 23:25:39 +0000 (23:25 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32265 a592a061-630c-0410-9148-cb99ea01b6c8

src/Paragraph.cpp

index 8b3a72328d7f64ff304a07164919e910c220c4b0..1a86aec67266d78d155d219531b4d971ac345ac9 100644 (file)
@@ -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;