bug 196829 : Removed unused DoFragment() methods from parser and contentsinks r=harishd sr=jst
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user