Missed necessary cleanup in last checkin. r=pollmann

git-svn-id: svn://10.0.0.236/trunk@58193 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
vidur%netscape.com 2000-01-19 01:34:07 +00:00
parent f935ba8afa
commit 3d5874d107
2 changed files with 0 additions and 10 deletions

View File

@ -626,7 +626,6 @@ nsHTMLTableElement::CreateTFoot(nsIDOMHTMLElement** aValue)
NS_IMETHODIMP
nsHTMLTableElement::DeleteTFoot()
{
{
nsCOMPtr<nsIDOMHTMLTableSectionElement> childToDelete;
nsresult rv = GetTFoot(getter_AddRefs(childToDelete));
@ -638,11 +637,8 @@ nsHTMLTableElement::DeleteTFoot()
return NS_OK;
}
}
NS_IMETHODIMP
nsHTMLTableElement::CreateCaption(nsIDOMHTMLElement** aValue)
{
{
*aValue = nsnull;
nsresult rv = NS_OK;
@ -665,7 +661,6 @@ nsHTMLTableElement::CreateCaption(nsIDOMHTMLElement** aValue)
}
return NS_OK;
}
}
NS_IMETHODIMP
nsHTMLTableElement::DeleteCaption()

View File

@ -626,7 +626,6 @@ nsHTMLTableElement::CreateTFoot(nsIDOMHTMLElement** aValue)
NS_IMETHODIMP
nsHTMLTableElement::DeleteTFoot()
{
{
nsCOMPtr<nsIDOMHTMLTableSectionElement> childToDelete;
nsresult rv = GetTFoot(getter_AddRefs(childToDelete));
@ -638,11 +637,8 @@ nsHTMLTableElement::DeleteTFoot()
return NS_OK;
}
}
NS_IMETHODIMP
nsHTMLTableElement::CreateCaption(nsIDOMHTMLElement** aValue)
{
{
*aValue = nsnull;
nsresult rv = NS_OK;
@ -665,7 +661,6 @@ nsHTMLTableElement::CreateCaption(nsIDOMHTMLElement** aValue)
}
return NS_OK;
}
}
NS_IMETHODIMP
nsHTMLTableElement::DeleteCaption()