]> git.lyx.org Git - features.git/commitdiff
Removed obsolete FIXME (the invoked isInternal() method already does that).
authorTommaso Cucinotta <tommaso@lyx.org>
Sun, 31 Jan 2010 22:18:21 +0000 (22:18 +0000)
committerTommaso Cucinotta <tommaso@lyx.org>
Sun, 31 Jan 2010 22:18:21 +0000 (22:18 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33304 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView.cpp

index 8d6ba040f4d60689da65ead22a7d074aa954f428..de2d71a1234aff48dbd5efd5ab33c5af8bd70616 100644 (file)
@@ -1025,7 +1025,6 @@ bool BufferView::getStatus(FuncRequest const & cmd, FuncStatus & flag)
                break;
 
        case LFUN_REGEXP_MODE:
-               // FIXME: Test if current WorkArea is the search WorkArea
                flag.setEnabled(buffer().isInternal() && !cur.inRegexped()
                                && cur.inset().lyxCode() != ERT_CODE);
                break;