From 383b5e3c7fc7667d79c5cc9777e424daee2a98b0 Mon Sep 17 00:00:00 2001 From: "attinasi%netscape.com" Date: Tue, 5 Apr 2005 22:27:05 +0000 Subject: [PATCH] Trying to fix stinky bustage: removing appstartup from the build. --- embedding/components/build/nsEmbeddingModule.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/embedding/components/build/nsEmbeddingModule.cpp b/embedding/components/build/nsEmbeddingModule.cpp index ee2a9cdbda04..554657379578 100644 --- a/embedding/components/build/nsEmbeddingModule.cpp +++ b/embedding/components/build/nsEmbeddingModule.cpp @@ -22,15 +22,12 @@ #include "nsIGenericFactory.h" #include "nsWindowWatcher.h" -#include "nsAppStartupNotifier.h" NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsWindowWatcher, Init) -NS_GENERIC_FACTORY_CONSTRUCTOR(nsAppStartupNotifier) static nsModuleComponentInfo components[] = { { "Window Watcher", NS_WINDOWWATCHER_CID, NS_WINDOWWATCHER_CONTRACTID, nsWindowWatcherConstructor }, - { NS_APPSTARTUPNOTIFIER_CLASSNAME, NS_APPSTARTUPNOTIFIER_CID, NS_APPSTARTUPNOTIFIER_CONTRACTID, nsAppStartupNotifierConstructor } }; NS_IMPL_NSGETMODULE("embedcomponents", components)