epiphany r8084 - branches/gnome-2-22/embed/mozilla



Author: chpe
Date: Mon Mar 10 09:08:36 2008
New Revision: 8084
URL: http://svn.gnome.org/viewvc/epiphany?rev=8084&view=rev

Log:
Remove this patch that was accidentally committed on the branch instead of on trunk

Modified:
   branches/gnome-2-22/embed/mozilla/MozRegisterComponents.cpp

Modified: branches/gnome-2-22/embed/mozilla/MozRegisterComponents.cpp
==============================================================================
--- branches/gnome-2-22/embed/mozilla/MozRegisterComponents.cpp	(original)
+++ branches/gnome-2-22/embed/mozilla/MozRegisterComponents.cpp	Mon Mar 10 09:08:36 2008
@@ -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(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 @@
                 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]