aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/itip-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/itip-utils.c')
-rw-r--r--calendar/gui/itip-utils.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c
index 383d7df0cf..156dd08026 100644
--- a/calendar/gui/itip-utils.c
+++ b/calendar/gui/itip-utils.c
@@ -1152,18 +1152,6 @@ itip_publish_comp (ECal *client, gchar *uri, gchar *username,
/* Publish the component */
session = soup_session_async_new ();
- /* add username and password to the uri */
- if (strlen (password) == 0) {
- prompt = g_strdup_printf (_("Enter the password for %s"), uri);
- password = e_passwords_ask_password (_("Enter password"),
- "Calendar", NULL,
- prompt, TRUE,
- E_PASSWORDS_DO_NOT_REMEMBER,
- &remember, NULL);
-
- g_free (prompt);
- }
-
real_uri = soup_uri_new (uri);
if (!real_uri) {
g_warning (G_STRLOC ": Invalid URL: %s", uri);