aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/MozDownload.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-02-28 03:42:55 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-02-28 03:42:55 +0800
commit78fc10863afdecaee83eaa18c9766fffd5dd9e23 (patch)
treeccab86f5d0fdedc94ff6da64cf5bb3888d80c865 /embed/mozilla/MozDownload.h
parenta0393b9cd91a4978bcae1e757d520d158b8b2610 (diff)
downloadgsoc2013-epiphany-78fc10863afdecaee83eaa18c9766fffd5dd9e23.tar
gsoc2013-epiphany-78fc10863afdecaee83eaa18c9766fffd5dd9e23.tar.gz
gsoc2013-epiphany-78fc10863afdecaee83eaa18c9766fffd5dd9e23.tar.bz2
gsoc2013-epiphany-78fc10863afdecaee83eaa18c9766fffd5dd9e23.tar.lz
gsoc2013-epiphany-78fc10863afdecaee83eaa18c9766fffd5dd9e23.tar.xz
gsoc2013-epiphany-78fc10863afdecaee83eaa18c9766fffd5dd9e23.tar.zst
gsoc2013-epiphany-78fc10863afdecaee83eaa18c9766fffd5dd9e23.zip
Remove an useless check.
2004-02-27 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: Remove an useless check. * lib/ephy-state.c: (ephy_state_window_set_size): Make sure window is never bigger than screen.
Diffstat (limited to 'embed/mozilla/MozDownload.h')
-rw-r--r--embed/mozilla/MozDownload.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/mozilla/MozDownload.h b/embed/mozilla/MozDownload.h
index e7f51b2e0..ad5cfb169 100644
--- a/embed/mozilla/MozDownload.h
+++ b/embed/mozilla/MozDownload.h
@@ -124,7 +124,6 @@ protected:
PRInt32 mCurrentProgress;
PRInt32 mMaxSize;
- bool mGotFirstStateChange, mIsNetworkTransfer;
nsresult mStatus;
nsCOMPtr<nsIObserver> mObserver;