This was not supposed to land. Fixing bustage.

git-svn-id: svn://10.0.0.236/trunk@145158 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2003-07-24 18:30:50 +00:00
parent f38e867c22
commit 710da65e60

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)
{