Remove obsolete comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32265 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-11-30 23:25:39 +00:00
parent 55bfa587c6
commit 4f51edea21

View 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;