Bug 205347 warning: `PRBool IsInlineNode(class nsIDOMNode *)' defined but not used

r=brade,jfrancis sr=sfraser
This commit is contained in:
timeless@mozdev.org
2003-05-23 22:10:06 +00:00
parent 7e37b54f42
commit c7d5c5be3b

View File

@@ -60,11 +60,6 @@ static PRBool IsBlockNode(nsIDOMNode* node)
return isBlock;
}
static PRBool IsInlineNode(nsIDOMNode* node)
{
return !IsBlockNode(node);
}
//- constructor / destructor -----------------------------------------------
nsWSRunObject::nsWSRunObject(nsHTMLEditor *aEd, nsIDOMNode *aNode, PRInt32 aOffset) :
mNode(aNode)