Removed unneeded commented code (fixing #6333).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32565 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Tommaso Cucinotta 2009-12-17 15:41:40 +00:00
parent 873c9ad4f8
commit 019ffdd5f5

View File

@ -280,11 +280,6 @@ void FindAndReplaceWidget::hideEvent(QHideEvent *ev)
bool FindAndReplaceWidget::initialiseParams(std::string const & /* params */) 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; return true;
} }