Remove the bogus fixme.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33558 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-02-24 17:54:15 +00:00
parent ccf2080ae8
commit b9e45ab91f

View File

@ -1891,7 +1891,6 @@ void Buffer::dispatch(FuncRequest const & func, DispatchResult & dr)
setReadonly(!isReadonly());
break;
//FIXME: This is now handled in GuiView
case LFUN_BUFFER_EXPORT: {
bool success = doExport(argument, false, false);
dr.setError(!success);