diff --git a/mozilla/extensions/typeaheadfind/src/nsTypeAheadFind.cpp b/mozilla/extensions/typeaheadfind/src/nsTypeAheadFind.cpp index 8687028968f..105a58c20e0 100644 --- a/mozilla/extensions/typeaheadfind/src/nsTypeAheadFind.cpp +++ b/mozilla/extensions/typeaheadfind/src/nsTypeAheadFind.cpp @@ -2015,7 +2015,6 @@ nsTypeAheadFind::CancelFind() // These will be initialized to their true values after // the first character is typed - mCaretBrowsingOn = PR_FALSE; mLiteralTextSearchOnly = PR_FALSE; mDontTryExactMatch = PR_FALSE; mStartFindRange = nsnull;