Removing unused variable to quiet down a compiler warning.

This commit is contained in:
jst%netscape.com 2002-01-03 00:34:07 +00:00
Родитель 670b7f776c
Коммит 4b5ad8d8ec
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -4727,7 +4727,7 @@ DocumentViewerImpl::ReturnToGalleyPresentation()
// Very important! Turn On scripting
TurnScriptingOn(PR_TRUE);
nsresult rv = Init(mParentWidget, mDeviceContext, bounds);
Init(mParentWidget, mDeviceContext, bounds);
// this needs to be set here not earlier,
// because it is needing when re-constructing the Galley Mode)

Просмотреть файл

@ -4727,7 +4727,7 @@ DocumentViewerImpl::ReturnToGalleyPresentation()
// Very important! Turn On scripting
TurnScriptingOn(PR_TRUE);
nsresult rv = Init(mParentWidget, mDeviceContext, bounds);
Init(mParentWidget, mDeviceContext, bounds);
// this needs to be set here not earlier,
// because it is needing when re-constructing the Galley Mode)