backing out a change that went in with the new timer code that had nothing to do with timers and shouldn't have been checked in (and I don't know why was in my tree)

git-svn-id: svn://10.0.0.236/trunk@70543 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pavlov%netscape.com 2000-05-20 03:05:48 +00:00
parent 1efca71674
commit 56c86ec3c7
2 changed files with 0 additions and 6 deletions

View File

@ -607,9 +607,6 @@ nsImageFrame::Paint(nsIPresContext* aPresContext,
inner.height = NSIntPixelsToTwips(image->GetHeight(), p2t);
}
nsRect damageRect;
damageRect.IntersectRect(inner, aDirtyRect);
if (lowImage != nsnull && lowSrcLinesLoaded > 0) {
//inner.height = lowSrcLinesLoaded;
aRenderingContext.DrawImage(lowImage, inner);

View File

@ -607,9 +607,6 @@ nsImageFrame::Paint(nsIPresContext* aPresContext,
inner.height = NSIntPixelsToTwips(image->GetHeight(), p2t);
}
nsRect damageRect;
damageRect.IntersectRect(inner, aDirtyRect);
if (lowImage != nsnull && lowSrcLinesLoaded > 0) {
//inner.height = lowSrcLinesLoaded;
aRenderingContext.DrawImage(lowImage, inner);