bug 196829 : Removed unused DoFragment() methods from parser and contentsinks r=harishd sr=jst

This commit is contained in:
hpradhan@hotpop.com
2003-04-05 07:19:09 +00:00
parent 657cbd3080
commit a43d421e9d
20 changed files with 0 additions and 132 deletions

View File

@@ -113,7 +113,6 @@ public:
NS_IMETHOD DidProcessAToken(void) { return NS_OK; }
NS_IMETHOD NotifyTagObservers(nsIParserNode* aNode) { return NS_OK; }
NS_IMETHOD DoFragment(PRBool aFlag);
NS_IMETHOD BeginContext(PRInt32 aPosition){ return NS_OK; }
NS_IMETHOD EndContext(PRInt32 aPosition){ return NS_OK; }
@@ -401,9 +400,3 @@ void RobotSink::ProcessLink(const nsString& aLink)
}
NS_IMETHODIMP
RobotSink::DoFragment(PRBool aFlag)
{
return NS_OK;
}