From ef9323ca156d736e1b1794350c8473b34bc39e56 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 28 Mar 2007 22:22:50 +0000 Subject: #if 0 some currently unused code. Bug #423907. 2007-03-29 Christian Persch * lib/ephy-password-dialog.c: (ephy_password_dialog_constructor): #if 0 some currently unused code. Bug #423907. svn path=/trunk/; revision=6977 --- lib/ephy-password-dialog.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/ephy-password-dialog.c b/lib/ephy-password-dialog.c index 66bdc0476..ee5561ff6 100644 --- a/lib/ephy-password-dialog.c +++ b/lib/ephy-password-dialog.c @@ -487,6 +487,7 @@ ephy_password_dialog_constructor (GType type, /* Removed unused table rows */ gtk_table_resize (table, row, 2); +#if 0 if (priv->flags & EPHY_PASSWORD_DIALOG_FLAGS_SHOW_REMEMBER) { GSList *group = NULL; @@ -508,6 +509,7 @@ ephy_password_dialog_constructor (GType type, gtk_widget_set_no_show_all (rbox, !gnome_keyring_is_available ()); } +#endif gtk_dialog_add_button (dialog, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL); gtk_dialog_add_button (dialog, GTK_STOCK_OK, GTK_RESPONSE_ACCEPT); -- cgit v1.2.3