Bug 353353. Remove unused nsIObserver impl from toolkit/xre/nsNativeAppSupportWin.cpp. r=rob_strong

This commit is contained in:
dougt@meer.net
2006-09-22 14:40:55 +00:00
parent 3baf2eb51e
commit 15f3bc0d9e
3 changed files with 4 additions and 53 deletions

View File

@@ -41,25 +41,18 @@
#include "nscore.h"
#include "nsIWindowsShellService.h"
#include "nsIObserver.h"
#include "nsIGenericFactory.h"
#include <windows.h>
class nsWindowsShellService : public nsIWindowsShellService,
public nsIObserver
class nsWindowsShellService : public nsIWindowsShellService
{
public:
nsWindowsShellService();
nsWindowsShellService() : mCheckedThisSession(PR_FALSE) {};
virtual ~nsWindowsShellService() {};
NS_DECL_ISUPPORTS
NS_DECL_NSISHELLSERVICE
NS_DECL_NSIWINDOWSSHELLSERVICE
NS_DECL_NSIOBSERVER
static NS_METHOD Register(nsIComponentManager *aCompMgr, nsIFile *aPath, const char *registryLocation,
const char *componentType, const nsModuleComponentInfo *info);
protected:
PRBool GetMailAccountKey(HKEY* aResult);