aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-03-10 17:08:36 +0800
committerChristian Persch <chpe@src.gnome.org>2008-03-10 17:08:36 +0800
commit2545cc5436669a27746031e5496ef57f60ecd1a5 (patch)
tree455b0a5ca81c638bdee3eb944926524f674b0ed6
parentf1f865a5e71fec897f3e806059c9dcde6265b6d5 (diff)
downloadgsoc2013-epiphany-2545cc5436669a27746031e5496ef57f60ecd1a5.tar
gsoc2013-epiphany-2545cc5436669a27746031e5496ef57f60ecd1a5.tar.gz
gsoc2013-epiphany-2545cc5436669a27746031e5496ef57f60ecd1a5.tar.bz2
gsoc2013-epiphany-2545cc5436669a27746031e5496ef57f60ecd1a5.tar.lz
gsoc2013-epiphany-2545cc5436669a27746031e5496ef57f60ecd1a5.tar.xz
gsoc2013-epiphany-2545cc5436669a27746031e5496ef57f60ecd1a5.tar.zst
gsoc2013-epiphany-2545cc5436669a27746031e5496ef57f60ecd1a5.zip
Remove this patch that was accidentally committed on the branch instead of on trunk
svn path=/branches/gnome-2-22/; revision=8084
-rw-r--r--embed/mozilla/MozRegisterComponents.cpp18
1 files changed, 1 insertions, 17 deletions
diff --git a/embed/mozilla/MozRegisterComponents.cpp b/embed/mozilla/MozRegisterComponents.cpp
index 1f21fad4a..3960052bf 100644
--- a/embed/mozilla/MozRegisterComponents.cpp
+++ b/embed/mozilla/MozRegisterComponents.cpp
@@ -77,10 +77,6 @@
#include "GeckoFormSigningDialog.h"
#endif
-#if 0 //def HAVE_GECKO_1_9
-#include "EphyLoginPrompter.h"
-#endif
-
NS_GENERIC_FACTORY_CONSTRUCTOR(EphyAboutModule)
NS_GENERIC_FACTORY_CONSTRUCTOR(EphyContentPolicy)
NS_GENERIC_FACTORY_CONSTRUCTOR(EphyPromptService)
@@ -108,10 +104,6 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(GtkNSSSecurityWarningDialogs)
NS_GENERIC_FACTORY_CONSTRUCTOR(GeckoFormSigningDialog)
#endif
-#if 0 //def HAVE_GECKO_1_9
-NS_GENERIC_FACTORY_CONSTRUCTOR(EphyLoginPrompter)
-#endif
-
#define XPINSTALL_CONTRACTID NS_CONTENT_HANDLER_CONTRACTID_PREFIX "application/x-xpinstall"
/* class information */
@@ -286,15 +278,7 @@ static const nsModuleComponentInfo sAppComps[] = {
EPHY_COOKIEPROMPTSERVICE_CID,
EPHY_COOKIEPROMPTSERVICE_CONTRACTID,
GeckoCookiePromptServiceConstructor
- },
-#if 0 //def HAVE_GECKO_1_9
- {
- EPHY_LOGIN_PROMPTER_CLASSNAME,
- EPHY_LOGIN_PROMPTER_CID,
- NS_LOGINMANAGERPROMPTER_CONTRACTID,
- EphyLoginPrompterConstructor
- }
-#endif
+ }
};
gboolean