Bug 692295 - Remove nsWindowsShellService's ShortcutMaintenance method and calls now that it is no longer needed. r=jimm

Removes nsIWindowsShellService.idl since there are no longer custom methods and it can just use nsIShellService.idl
Removes a couple of includes that are no longer used and should have been removed after the code to delete Firefox prefetch files was removed
This commit is contained in:
Robert Strong
2017-06-12 18:42:23 -07:00
parent 0cadb67371
commit 3980b45d76
5 changed files with 4 additions and 120 deletions

View File

@@ -8,13 +8,12 @@
#include "nscore.h"
#include "nsString.h"
#include "nsIWindowsShellService.h"
#include "nsITimer.h"
#include "nsIShellService.h"
#include <windows.h>
#include <ole2.h>
class nsWindowsShellService : public nsIWindowsShellService
class nsWindowsShellService : public nsIShellService
{
virtual ~nsWindowsShellService();
@@ -23,7 +22,6 @@ public:
NS_DECL_ISUPPORTS
NS_DECL_NSISHELLSERVICE
NS_DECL_NSIWINDOWSSHELLSERVICE
protected:
nsresult LaunchControlPanelDefaultsSelectionUI();