зеркало из https://github.com/mozilla/pjs.git
Removed unused argument statements for elimination of warnings. No functional changes.
This commit is contained in:
Родитель
ae816c1a66
Коммит
1b2a788ce7
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче