From: Georg Baum Date: Fri, 10 Nov 2006 21:28:13 +0000 (+0000) Subject: remove obsolete FIXMEs X-Git-Tag: 1.6.10~11947 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ec15dfd2a3049bbabcaf7d41de5709a5faf41cc0;p=lyx.git remove obsolete FIXMEs git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15843 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/lyxfunc.C b/src/lyxfunc.C index 6f9d361354..dbda91f6c8 100644 --- a/src/lyxfunc.C +++ b/src/lyxfunc.C @@ -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); } } diff --git a/src/paragraph.C b/src/paragraph.C index afe3b71f34..f387cf8237 100644 --- a/src/paragraph.C +++ b/src/paragraph.C @@ -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;