removed a line that wasn't needed and caused a warning r=kmcclusk

git-svn-id: svn://10.0.0.236/trunk@52618 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com 1999-11-02 23:54:40 +00:00
parent 381c484f1a
commit 913fe3b85c

View File

@ -317,7 +317,6 @@ nsresult nsFormFrame::GetRadioInfo(nsIFormControlFrame* aFrame,
// radio group processing
if (hasName) {
nsRadioControlFrame* radioFrame = (nsRadioControlFrame*)aFrame;
int numGroups = mRadioGroups.Count();
nsRadioControlGroup* group;
for (int j = 0; j < numGroups; j++) {