Removing null code. No bug number. r=nisheeth

This commit is contained in:
pollmann@netscape.com
1999-11-02 01:50:15 +00:00
parent aa1a77b181
commit 38fe763ce7
24 changed files with 34 additions and 43 deletions

View File

@@ -162,7 +162,8 @@ NS_NewImageControlFrame(nsIFrame** aNewFrame)
return NS_OK;
}
nsresult
// Frames are not refcounted, no need to AddRef
NS_IMETHODIMP
nsImageControlFrame::QueryInterface(const nsIID& aIID, void** aInstancePtr)
{
NS_PRECONDITION(0 != aInstancePtr, "null ptr");