Bug 299575 nsDocumentViewer.cpp:1329 unused variable `PRBool updateHistory'

patch by b.jacques@planet.nl r=bryner sr=bryner a=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@176027 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org 2005-07-13 18:23:27 +00:00
parent 7c94ab1668
commit 0318b4ddfb

View File

@ -1326,8 +1326,6 @@ DocumentViewerImpl::Destroy()
// If we were told to put ourselves into session history instead of destroy
// the presentation, do that now.
PRBool updateHistory = (mSHEntry != nsnull);
if (mSHEntry) {
if (mPresShell)
mPresShell->Freeze();