]> git.lyx.org Git - features.git/commitdiff
Removed unneeded commented code (fixing #6333).
authorTommaso Cucinotta <tommaso@lyx.org>
Thu, 17 Dec 2009 15:41:40 +0000 (15:41 +0000)
committerTommaso Cucinotta <tommaso@lyx.org>
Thu, 17 Dec 2009 15:41:40 +0000 (15:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32565 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/FindAndReplace.cpp

index 8a77a6f66fbe82e0ec4773d4faf928122577f7af..4f6f30415ced9bfc60bc1898dd0e648d424d9194 100644 (file)
@@ -280,11 +280,6 @@ void FindAndReplaceWidget::hideEvent(QHideEvent *ev)
 
 bool FindAndReplaceWidget::initialiseParams(std::string const & /* params */)
 {
-//     find_work_area_->redraw();
-//     replace_work_area_->redraw();
-//     find_work_area_->setFocus();
-//     dispatch(FuncRequest(LFUN_BUFFER_BEGIN));
-//     dispatch(FuncRequest(LFUN_BUFFER_END_SELECT));
        return true;
 }