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

This commit is contained in:
rods%netscape.com 1999-11-02 23:54:40 +00:00
Родитель 5cb10311c3
Коммит e673e2cab5
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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++) {