aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-04-16 00:25:41 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-04-16 00:25:41 +0800
commit6eb4292b469aa9a12247f2cd1b22d742624adf81 (patch)
tree7025fff57b28f3b4664513d1136bb70bf089a0b0 /embed
parent7e61b74638a8d3858f1d019ecc4331b833b680ff (diff)
downloadgsoc2013-epiphany-6eb4292b469aa9a12247f2cd1b22d742624adf81.tar
gsoc2013-epiphany-6eb4292b469aa9a12247f2cd1b22d742624adf81.tar.gz
gsoc2013-epiphany-6eb4292b469aa9a12247f2cd1b22d742624adf81.tar.bz2
gsoc2013-epiphany-6eb4292b469aa9a12247f2cd1b22d742624adf81.tar.lz
gsoc2013-epiphany-6eb4292b469aa9a12247f2cd1b22d742624adf81.tar.xz
gsoc2013-epiphany-6eb4292b469aa9a12247f2cd1b22d742624adf81.tar.zst
gsoc2013-epiphany-6eb4292b469aa9a12247f2cd1b22d742624adf81.zip
Remove some obsolete factory code
2003-04-15 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/EphyAboutRedirector.h: Remove some obsolete factory code
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/EphyAboutRedirector.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/embed/mozilla/EphyAboutRedirector.h b/embed/mozilla/EphyAboutRedirector.h
index cfb919c77..4ac63be78 100644
--- a/embed/mozilla/EphyAboutRedirector.h
+++ b/embed/mozilla/EphyAboutRedirector.h
@@ -40,7 +40,6 @@
#define EphyAboutRedirector_h__
#include "nsIAboutModule.h"
-#include "nsXPComFactory.h"
class EphyAboutRedirector : public nsIAboutModule
{
@@ -71,6 +70,4 @@ protected:
#define EPHY_ABOUT_REDIRECTOR_MARCO_CONTRACTID NS_ABOUT_MODULE_CONTRACTID_PREFIX "marco"
#define EPHY_ABOUT_REDIRECTOR_CLASSNAME "Epiphany's about redirector"
-nsresult NS_NewEphyAboutRedirectorFactory(nsIFactory** aFactory);
-
#endif // EphyAboutRedirector_h__