Removed obsolete FIXME (the invoked isInternal() method already does that).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33304 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Tommaso Cucinotta 2010-01-31 22:18:21 +00:00
parent dff3792986
commit e9e6463de7

View 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;