Spanked away SizeOf methods and nsIListFilter

git-svn-id: svn://10.0.0.236/trunk@17895 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1999-01-16 00:00:50 +00:00
parent 5f839220a3
commit 4e355995e6
108 changed files with 637 additions and 2427 deletions

View File

@@ -682,15 +682,3 @@ nsGenericDOMDataNode::GetRangeList(nsVoidArray*& aResult) const
aResult = mRangeList;
return NS_OK;
}
//----------------------------------------------------------------------
// XXX not really implemented (yet)
nsresult
nsGenericDOMDataNode::SizeOf(nsISizeOfHandler* aHandler) const
{
aHandler->Add(sizeof(*this));
return NS_OK;
}