Removed unused reference to `wasInReplaceMode'.

This commit is contained in:
Roberto Raggi
2009-09-30 11:12:35 +02:00
parent e43d0efa30
commit 7a5b1bdd82

View File

@@ -439,7 +439,6 @@ static void find_helper(QFutureInterface<Core::Utils::FileSearchResult> &future,
void CppFindReferences::findAll(Symbol *symbol)
{
const bool wasInReplaceMode = _resultWindow->isShowingReplaceUI();
_resultWindow->clearContents();
_resultWindow->setShowReplaceUI(true);
_resultWindow->popup(true);