Removed unused argument statements for elimination of warnings. No functional changes.

git-svn-id: svn://10.0.0.236/trunk@59247 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
attinasi%netscape.com
2000-01-31 13:54:39 +00:00
parent d8853e9b1b
commit 010367b83d
2 changed files with 4 additions and 16 deletions

View File

@@ -328,14 +328,8 @@ nsImageDocument::EndLayout(nsISupports *ctxt,
nsresult status,
const PRUnichar *errorMsg)
{
// unused...
ctxt;
status;
errorMsg;
// title was being set here but this is never called...
// (see UpdateTitle: work is done there now)
// We are being told to stop the layout (in the middle of image loading)
// - nothing to do here...
return NS_OK;
}