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

@@ -284,13 +284,6 @@ void WritePair(eHTMLTags aTag,const nsString& theContent,int tab,ostream& aStrea
CloseTag(titleStr,0,aStream);
}
NS_IMETHODIMP
nsHTMLContentSinkStream::PushMark()
{
// XXX We need to defer our output when this occurs
return NS_OK;
}
/**
* This method gets called by the parser when it encounters
* a title tag and wants to set the document title in the sink.