Removed the PushMark method

git-svn-id: svn://10.0.0.236/trunk@8706 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1998-08-28 16:18:14 +00:00
parent 3817dceba6
commit 22faac0a08
12 changed files with 0 additions and 70 deletions

View File

@@ -48,7 +48,6 @@ public:
NS_IMETHOD AddLeaf(const nsIParserNode& aNode);
// nsIHTMLContentSink
NS_IMETHOD PushMark();
NS_IMETHOD SetTitle(const nsString& aValue);
NS_IMETHOD OpenHTML(const nsIParserNode& aNode);
NS_IMETHOD CloseHTML(const nsIParserNode& aNode);
@@ -170,13 +169,6 @@ nsHTMLNullSink::QueryInterface(const nsIID& aIID, void** aInstancePtr)
return NS_OK;
}
NS_IMETHODIMP
nsHTMLNullSink::PushMark()
{
// XXX We need to defer our output when this occurs
return NS_OK;
}
/**
* This method gets called by the parser when a <HTML>
* tag has been consumed.