summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components/shell/nsMacShellService.h
diff options
context:
space:
mode:
Diffstat (limited to 'application/palemoon/components/shell/nsMacShellService.h')
-rw-r--r--application/palemoon/components/shell/nsMacShellService.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/application/palemoon/components/shell/nsMacShellService.h b/application/palemoon/components/shell/nsMacShellService.h
index 7ca1c71ac..db9527809 100644
--- a/application/palemoon/components/shell/nsMacShellService.h
+++ b/application/palemoon/components/shell/nsMacShellService.h
@@ -15,7 +15,7 @@ class nsMacShellService : public nsIMacShellService,
public nsIWebProgressListener
{
public:
- nsMacShellService() : mCheckedThisSession(false) {};
+ nsMacShellService() {};
NS_DECL_ISUPPORTS
NS_DECL_NSISHELLSERVICE
@@ -27,8 +27,6 @@ protected:
private:
nsCOMPtr<nsIFile> mBackgroundFile;
-
- bool mCheckedThisSession;
};
#endif // nsmacshellservice_h____