From 374bd42f69aca2e132fd854c9619f3d7491f1f96 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 12 Jul 2009 23:33:07 -0400 Subject: Fix excessive whitespace. --- plugins/groupwise-account-setup/camel-gw-listener.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'plugins/groupwise-account-setup/camel-gw-listener.c') diff --git a/plugins/groupwise-account-setup/camel-gw-listener.c b/plugins/groupwise-account-setup/camel-gw-listener.c index a86eeaae9e..957b9da1c8 100644 --- a/plugins/groupwise-account-setup/camel-gw-listener.c +++ b/plugins/groupwise-account-setup/camel-gw-listener.c @@ -64,7 +64,6 @@ static GObjectClass *parent_class = NULL; static void dispose (GObject *object); static void finalize (GObject *object); - static void camel_gw_listener_class_init (CamelGwListenerClass *class) { @@ -197,7 +196,6 @@ add_esource (const gchar *conf_key, GwAccountInfo *info, const gchar *source_na use_ssl = camel_url_get_param (url, "use_ssl"); - offline_sync = camel_url_get_param (url, "offline_sync"); client = gconf_client_get_default(); @@ -210,7 +208,6 @@ add_esource (const gchar *conf_key, GwAccountInfo *info, const gchar *source_na if (!can_create) e_source_group_set_property (group, "create_source", "no"); - relative_uri = g_strdup_printf ("%s@%s/", url->user, poa_address); source = e_source_new (source_name, relative_uri); e_source_set_property (source, "auth", "1"); @@ -327,7 +324,6 @@ remove_esource (const gchar *conf_key, const gchar *group_name, gchar * source_n } - } g_object_unref (list); @@ -410,7 +406,6 @@ modify_esource (const gchar * conf_key, GwAccountInfo *old_account_info, EAccoun camel_url_free (url); g_free (old_relative_uri); - } /* add sources for calendar and tasks if the account added is groupwise account adds the new account info to groupwise_accounts list */ @@ -427,7 +422,6 @@ add_calendar_tasks_sources (GwAccountInfo *info) camel_url_free (url); - } /* removes calendar and tasks sources if the account removed is groupwise account @@ -682,7 +676,6 @@ modify_addressbook_sources ( EAccount *account, GwAccountInfo *existing_account_ GConfClient *client; const gchar *poa_address; - url = camel_url_new (existing_account_info->source_url, NULL); if (url == NULL) { return; @@ -747,7 +740,6 @@ modify_addressbook_sources ( EAccount *account, GwAccountInfo *existing_account_ camel_url_free (url); g_object_unref (client); - } static void @@ -798,7 +790,6 @@ remove_addressbook_sources (GwAccountInfo *existing_account_info) g_free (base_uri); camel_url_free (url); - } static void @@ -857,7 +848,6 @@ account_removed (EAccountList *account_listener, EAccount *account) g_free (info); } - static void account_changed (EAccountList *account_listener, EAccount *account) { -- cgit v1.2.3