mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
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:
parent
79f3f377e3
commit
9d969ec3a4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user