aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/EphyAboutRedirector.h3
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f43a21cc9..c89529003 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2003-04-15 Marco Pesenti Gritti <marco@it.gnome.org>
+ * embed/mozilla/EphyAboutRedirector.h:
+
+ Remove some obsolete factory code
+
+2003-04-15 Marco Pesenti Gritti <marco@it.gnome.org>
+
* data/epiphany.schemas.in:
* lib/ephy-prefs.h:
* src/ephy-tab.c: (ephy_tab_init), (ephy_tab_dom_mouse_down_cb):
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__