diff options
Diffstat (limited to 'embed/mozilla')
-rw-r--r-- | embed/mozilla/Makefile.am | 2 | ||||
-rw-r--r-- | embed/mozilla/MozRegisterComponents.cpp | 8 |
2 files changed, 0 insertions, 10 deletions
diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am index 59eba1291..30ce0d2c7 100644 --- a/embed/mozilla/Makefile.am +++ b/embed/mozilla/Makefile.am @@ -87,8 +87,6 @@ libephymozillaembed_la_SOURCES = \ PrintProgressListener.h \ ProgressListener.cpp \ ProgressListener.h \ - StartHereProtocolHandler.cpp \ - StartHereProtocolHandler.h \ mozilla-embed.cpp \ mozilla-embed.h \ mozilla-embed-persist.cpp \ diff --git a/embed/mozilla/MozRegisterComponents.cpp b/embed/mozilla/MozRegisterComponents.cpp index cd68b8c4d..353deba88 100644 --- a/embed/mozilla/MozRegisterComponents.cpp +++ b/embed/mozilla/MozRegisterComponents.cpp @@ -23,7 +23,6 @@ #include "ContentHandler.h" #include "FilePicker.h" #include "FtpProtocolHandler.h" -#include "StartHereProtocolHandler.h" #include "GlobalHistory.h" #include "IRCProtocolHandler.h" #include "MailtoProtocolHandler.h" @@ -40,7 +39,6 @@ #include <glib.h> NS_GENERIC_FACTORY_CONSTRUCTOR(EphyAboutRedirector) -NS_GENERIC_FACTORY_CONSTRUCTOR(GStartHereProtocolHandler) NS_GENERIC_FACTORY_CONSTRUCTOR(GProgressListener) NS_GENERIC_FACTORY_CONSTRUCTOR(GFilePicker) NS_GENERIC_FACTORY_CONSTRUCTOR(GContentHandler) @@ -112,12 +110,6 @@ static const nsModuleComponentInfo sAppComps[] = { GFtpProtocolHandlerConstructor }, { - G_START_HERE_PROTOCOLHANDLER_CLASSNAME, - G_START_HERE_PROTOCOLHANDLER_CID, - G_START_HERE_PROTOCOLHANDLER_CONTRACTID, - GStartHereProtocolHandlerConstructor - }, - { EPHY_ABOUT_REDIRECTOR_CLASSNAME, EPHY_ABOUT_REDIRECTOR_CID, EPHY_ABOUT_REDIRECTOR_EPIPHANY_CONTRACTID, |