Commented out an unused variable

This commit is contained in:
kipp 1998-07-14 15:21:50 +00:00
Родитель faa65f837b
Коммит 86d73fc89b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -98,7 +98,7 @@ void
nsInputRadioFrame::PostCreateWidget(nsIPresContext* aPresContext, nsIView *aView)
{
nsInputRadio* content = (nsInputRadio *)mContent;
PRInt32 checkedAttr;
//PRInt32 checkedAttr;
//nsContentAttr result = ((nsInput *)content)->GetAttribute(nsHTMLAtoms::checked, checkedAttr);
//if ((result == eContentAttr_HasValue) && (PR_FALSE != checkedAttr)) {
nsIRadioButton* radio;