]> git.lyx.org Git - features.git/blobdiff - src/lyxfunc.C
remove obsolete FIXMEs
[features.git] / src / lyxfunc.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);
        }
 }