This was not supposed to land. Fixing bustage.

This commit is contained in:
bzbarsky%mit.edu 2003-07-24 18:30:50 +00:00
parent fa9ebc734f
commit 50be060d34

View File

@ -238,13 +238,6 @@ nsImageLoadingContent::GetImageBlocked(PRBool* aBlocked)
return NS_OK;
}
NS_IMETHODIMP
nsImageLoadingContent::GetImageURI(nsIURI** aURI)
{
NS_NOTREACHED("Subclasses need to implement this");
return NS_ERROR_NOT_AVAILABLE;
}
NS_IMETHODIMP
nsImageLoadingContent::AddObserver(imgIDecoderObserver* aObserver)
{