mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 603734: Remove unused variable from nsHTMLSelectElement.cpp. r=sicking a=joe
This commit is contained in:
parent
daa446d0ec
commit
646141ff90
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user