mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
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:
parent
ccf2080ae8
commit
b9e45ab91f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user