remove obsolete FIXME

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15831 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-11-09 16:59:07 +00:00
parent 79f3f377e3
commit 9d969ec3a4

View File

@ -184,7 +184,6 @@ void TocBackend::update()
break;
Paragraph const & par = *static_cast<InsetOptArg*>(it->inset)->paragraphs().begin();
if (!pit->getLabelstring().empty())
// FIXME UNICODE
tocstring = pit->getLabelstring() + ' ';
tocstring += par.asString(*buffer_, false);
break;