removed var decl to remove warning

This commit is contained in:
rods%netscape.com 2000-03-27 15:48:20 +00:00
parent 71fea30e97
commit 8a11953745

View File

@ -506,7 +506,7 @@ void nsFormFrame::AddFormControlFrame(nsIPresContext* aPresContext, nsIFormContr
// gets the name of the radio group and the group
nsRadioControlGroup * group;
nsAutoString name;
nsresult rv = GetRadioInfo(&aFrame, name, group);
rv = GetRadioInfo(&aFrame, name, group);
if (NS_SUCCEEDED(rv) && nsnull != group) {
group->AddRadio(radioFrame);
} else {