Bug 603734: Remove unused variable from nsHTMLSelectElement.cpp. r=sicking a=joe

This commit is contained in:
Daniel Holbert 2010-10-14 09:12:56 -07:00
parent daa446d0ec
commit 646141ff90

View File

@ -914,8 +914,6 @@ nsHTMLSelectElement::SetOptionsSelectedByIndex(PRInt32 aStartIndex,
*aChangedSomething = PR_FALSE;
}
nsresult rv;
// Don't bother if the select is disabled
if (!aSetDisabled && IsDisabled()) {
return NS_OK;