зеркало из https://github.com/mozilla/pjs.git
Remove unused nsTimingService and nsITimingService (bug 232779). r+sr=dbaron
This commit is contained in:
Родитель
1145e81f67
Коммит
950e111e9d
|
@ -44,7 +44,6 @@ XPIDLSRCS = \
|
|||
nsIWindowMediatorListener.idl \
|
||||
nsIXULWindow.idl \
|
||||
nsIUserInfo.idl \
|
||||
nsITimingService.idl \
|
||||
nsINativeAppSupport.idl \
|
||||
nsIPopupWindowManager.idl \
|
||||
nsICloseAllWindows.idl \
|
||||
|
|
|
@ -73,7 +73,6 @@ CPPSRCS = \
|
|||
nsWindowMediator.cpp \
|
||||
nsAbout.cpp \
|
||||
nsAppShellFactory.cpp \
|
||||
nsTimingService.cpp \
|
||||
$(NULL)
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
#include "nsCommandLineService.h"
|
||||
#include "nsAppShellService.h"
|
||||
#include "nsWindowMediator.h"
|
||||
#include "nsTimingService.h"
|
||||
|
||||
#include "nsUserInfo.h"
|
||||
|
||||
|
@ -60,7 +59,6 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsCmdLineService)
|
|||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAppShellService)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsWindowMediator)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsUserInfo)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsTimingService)
|
||||
|
||||
static const nsModuleComponentInfo gAppShellModuleInfo[] =
|
||||
{
|
||||
|
@ -89,11 +87,6 @@ static const nsModuleComponentInfo gAppShellModuleInfo[] =
|
|||
NS_USERINFO_CONTRACTID,
|
||||
nsUserInfoConstructor,
|
||||
},
|
||||
{ "Timing Service",
|
||||
NS_TIMINGSERVICE_CID,
|
||||
NS_TIMINGSERVICE_CONTRACTID,
|
||||
nsTimingServiceConstructor,
|
||||
},
|
||||
};
|
||||
|
||||
NS_IMPL_NSGETMODULE(appshell, gAppShellModuleInfo)
|
||||
|
|
Загрузка…
Ссылка в новой задаче