]> git.lyx.org Git - features.git/commitdiff
Remove the bogus fixme.
authorVincent van Ravesteijn <vfr@lyx.org>
Wed, 24 Feb 2010 17:54:15 +0000 (17:54 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Wed, 24 Feb 2010 17:54:15 +0000 (17:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33558 a592a061-630c-0410-9148-cb99ea01b6c8

src/Buffer.cpp

index 84759a32dce5a17fef55a7fd1810acc67398891b..04ac90c0f96d5f99543d14e0f56364653c95f268 100644 (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);