aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/MozRegisterComponents.cpp
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-12-31 21:40:46 +0800
committerChristian Persch <chpe@src.gnome.org>2004-12-31 21:40:46 +0800
commite832fe15f66ebacd3e624bc93c7ef8111f061829 (patch)
tree218369f9a4525decb6cd603b2b2d3caec8fd2baa /embed/mozilla/MozRegisterComponents.cpp
parent1a020228feaff5cb89eae4ffa212ad94277fada2 (diff)
downloadgsoc2013-epiphany-e832fe15f66ebacd3e624bc93c7ef8111f061829.tar
gsoc2013-epiphany-e832fe15f66ebacd3e624bc93c7ef8111f061829.tar.gz
gsoc2013-epiphany-e832fe15f66ebacd3e624bc93c7ef8111f061829.tar.bz2
gsoc2013-epiphany-e832fe15f66ebacd3e624bc93c7ef8111f061829.tar.lz
gsoc2013-epiphany-e832fe15f66ebacd3e624bc93c7ef8111f061829.tar.xz
gsoc2013-epiphany-e832fe15f66ebacd3e624bc93c7ef8111f061829.tar.zst
gsoc2013-epiphany-e832fe15f66ebacd3e624bc93c7ef8111f061829.zip
R data/conspiracy.xhtml: R data/epiphany.html: R
2004-12-31 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: R data/conspiracy.xhtml: R data/epiphany.html: R embed/mozilla/EphyAboutRedirector.cpp: R embed/mozilla/EphyAboutRedirector.h: * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: Remove about: redirections.
Diffstat (limited to 'embed/mozilla/MozRegisterComponents.cpp')
-rw-r--r--embed/mozilla/MozRegisterComponents.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/embed/mozilla/MozRegisterComponents.cpp b/embed/mozilla/MozRegisterComponents.cpp
index aac33b00e..5cebf9f38 100644
--- a/embed/mozilla/MozRegisterComponents.cpp
+++ b/embed/mozilla/MozRegisterComponents.cpp
@@ -27,7 +27,6 @@
#include "GlobalHistory.h"
#include "PrintingPromptService.h"
#include "MozDownload.h"
-#include "EphyAboutRedirector.h"
#include "EphyContentPolicy.h"
#ifdef ENABLE_FILEPICKER
@@ -51,7 +50,6 @@
#include <glib/gmessages.h>
-NS_GENERIC_FACTORY_CONSTRUCTOR(EphyAboutRedirector)
NS_GENERIC_FACTORY_CONSTRUCTOR(MozDownload)
NS_GENERIC_FACTORY_CONSTRUCTOR(GContentHandler)
NS_GENERIC_FACTORY_CONSTRUCTOR(MozGlobalHistory)
@@ -148,24 +146,6 @@ static const nsModuleComponentInfo sAppComps[] = {
GPrintingPromptServiceConstructor
},
{
- EPHY_ABOUT_REDIRECTOR_CLASSNAME,
- EPHY_ABOUT_REDIRECTOR_CID,
- EPHY_ABOUT_REDIRECTOR_EPIPHANY_CONTRACTID,
- EphyAboutRedirectorConstructor
- },
- {
- EPHY_ABOUT_REDIRECTOR_CLASSNAME,
- EPHY_ABOUT_REDIRECTOR_CID,
- EPHY_ABOUT_REDIRECTOR_CONSPIRACY_CONTRACTID,
- EphyAboutRedirectorConstructor
- },
- {
- EPHY_ABOUT_REDIRECTOR_CLASSNAME,
- EPHY_ABOUT_REDIRECTOR_CID,
- EPHY_ABOUT_REDIRECTOR_MARCO_CONTRACTID,
- EphyAboutRedirectorConstructor
- },
- {
EPHY_CONTENT_POLICY_CLASSNAME,
EPHY_CONTENT_POLICY_CID,
EPHY_CONTENT_POLICY_CONTRACTID,