]> git.lyx.org Git - lyx.git/commitdiff
remove obsolete FIXMEs
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 10 Nov 2006 21:28:13 +0000 (21:28 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 10 Nov 2006 21:28:13 +0000 (21:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15843 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyxfunc.C
src/paragraph.C

index 6f9d361354b72574057f2f892dc142e27d466f24..dbda91f6c8d513a28b6d636f8e9c8cf4dddacc09 100644 (file)
@@ -1740,8 +1740,6 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
        if (!quitting) {
                lyx_view_->updateMenubar();
                lyx_view_->updateToolbars();
-               // FIXME UNICODE: _() does not support anything but ascii.
-               // Do we need a to_ascii() method?
                sendDispatchMessage(getMessage(), cmd);
        }
 }
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;