]> git.lyx.org Git - features.git/blobdiff - src/paragraph.C
remove obsolete FIXMEs
[features.git] / src / paragraph.C
index afe3b71f346fbed1c9bc8ae624fada0c5f163bc3..f387cf82372680b29b23d69c91f823680e759748 100644 (file)
@@ -1240,7 +1240,6 @@ void Paragraph::simpleDocBookOnePar(Buffer const & buf,
                        if (style->pass_thru)
                                 os.put(c);
                        else
-                                // FIXME UNICODE
                                 os << sgml::escapeChar(c);
                }
                font_old = font;