diff options
Diffstat (limited to 'embed/mozilla/ContentHandler.cpp')
-rw-r--r-- | embed/mozilla/ContentHandler.cpp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp index 2acf96a3a..c39bbc923 100644 --- a/embed/mozilla/ContentHandler.cpp +++ b/embed/mozilla/ContentHandler.cpp @@ -177,11 +177,9 @@ extern "C" { #include "nsCRT.h" #include "nsCOMPtr.h" -#include "nsIFactory.h" #include "nsISupportsArray.h" #include "nsIServiceManager.h" #include "nsWeakReference.h" -#include "nsXPComFactory.h" #include "nsString.h" #include "nsIURI.h" @@ -535,30 +533,6 @@ NS_METHOD GContentHandler::MIMEAskAction (void) return NS_OK; } -//------------------------------------------------------------------------------ - -NS_DEF_FACTORY (GContentHandler, GContentHandler); - -/** - * NS_NewContentHandlerFactory: - */ -nsresult NS_NewContentHandlerFactory(nsIFactory** aFactory) -{ - NS_ENSURE_ARG_POINTER(aFactory); - *aFactory = nsnull; - - nsGContentHandlerFactory *result = new nsGContentHandlerFactory; - if (result == NULL) - { - return NS_ERROR_OUT_OF_MEMORY; - } - - NS_ADDREF(result); - *aFactory = result; - - return NS_OK; -} - //////////////////////////////////////////////////////////////////////////////// // begin MIMEAskActionDialog methods. //////////////////////////////////////////////////////////////////////////////// |