Removed Repaint() call from OnEndDocumentLoad()

This commit is contained in:
troy@netscape.com
1999-07-21 04:48:21 +00:00
parent fc7aab08a0
commit 0f2e2a7dc4
2 changed files with 0 additions and 6 deletions

View File

@@ -3025,9 +3025,6 @@ nsWebShell::OnEndDocumentLoad(nsIDocumentLoader* loader,
rv = NS_OK;
}
// Do a repaint
Repaint(PR_TRUE);
return rv;
}