Remove unused nsTimingService and nsITimingService (bug 232779). r+sr=dbaron

This commit is contained in:
bryner%brianryner.com 2004-02-01 03:35:16 +00:00
Родитель 1145e81f67
Коммит 950e111e9d
6 изменённых файлов: 0 добавлений и 9 удалений

Просмотреть файл

@ -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)

Просмотреть файл

Просмотреть файл