removing dead function
git-svn-id: svn://10.0.0.236/trunk@184769 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -337,17 +337,6 @@ isArea(nsIContent* content)
|
||||
return isContentOfType(content, "area");
|
||||
}
|
||||
|
||||
PRBool
|
||||
isDocument(nsIFrame* frame)
|
||||
{
|
||||
nsIContent* content = frame->GetContent();
|
||||
|
||||
if (!content || !content->IsContentOfType(nsIContent::eHTML))
|
||||
return PR_FALSE;
|
||||
|
||||
return isContentOfType(content, "map");
|
||||
}
|
||||
|
||||
PRBool
|
||||
isMap(nsIFrame* frame)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user