Remove redundant reset() call.

git-svn-id: svn://10.0.0.236/trunk@48249 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pollmann%netscape.com 1999-09-19 09:18:33 +00:00
parent 415eee3b6c
commit 5d0f554d73
2 changed files with 0 additions and 6 deletions

View File

@ -197,9 +197,6 @@ nsComboboxControlFrame::InitTextStr(PRBool aUpdate)
nsIFrame* dropdownFrame = GetDropdownFrame();
nsresult result = dropdownFrame->QueryInterface(kIFormControlFrameIID, (void**)&fcFrame);
// Reset the list, so we can ask it for it's selected item.
fcFrame->Reset();
// Update the selected text string
mListControlFrame->GetSelectedItem(mTextStr);

View File

@ -197,9 +197,6 @@ nsComboboxControlFrame::InitTextStr(PRBool aUpdate)
nsIFrame* dropdownFrame = GetDropdownFrame();
nsresult result = dropdownFrame->QueryInterface(kIFormControlFrameIID, (void**)&fcFrame);
// Reset the list, so we can ask it for it's selected item.
fcFrame->Reset();
// Update the selected text string
mListControlFrame->GetSelectedItem(mTextStr);