]> git.lyx.org Git - features.git/commitdiff
remove obsolete FIXME
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 9 Nov 2006 16:59:07 +0000 (16:59 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 9 Nov 2006 16:59:07 +0000 (16:59 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15831 a592a061-630c-0410-9148-cb99ea01b6c8

src/TocBackend.C

index b5c30304c87ba3466c21c3a08b59c8258c618791..06e2e4db2e595f5b9a284e695852c6dd37197355 100644 (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;