removed blather code

git-svn-id: svn://10.0.0.236/trunk@3249 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp
1998-06-04 20:41:14 +00:00
parent 5803f64ce5
commit 5dcf2afa80
3 changed files with 0 additions and 11 deletions

View File

@@ -305,9 +305,6 @@ nsPresContext::StopLoadImage(nsIFrame* aForFrame)
nsIFrame* loaderFrame;
loader->GetTargetFrame(loaderFrame);
if (loaderFrame == aForFrame) {
#ifdef NOISY_IMAGES
printf("%p: removing %p\n", this, aForFrame);
#endif
loader->StopImageLoad();
NS_RELEASE(loader);
mImageLoaders.RemoveElementAt(i);