diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-04-16 00:25:41 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-04-16 00:25:41 +0800 |
commit | 6eb4292b469aa9a12247f2cd1b22d742624adf81 (patch) | |
tree | 7025fff57b28f3b4664513d1136bb70bf089a0b0 | |
parent | 7e61b74638a8d3858f1d019ecc4331b833b680ff (diff) | |
download | gsoc2013-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
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/EphyAboutRedirector.h | 3 |
2 files changed, 6 insertions, 3 deletions
@@ -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__ |