diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-13 11:33:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-14 23:26:22 +0800 |
commit | 374bd42f69aca2e132fd854c9619f3d7491f1f96 (patch) | |
tree | bf50b5daa8664d4d793b82f6b6ec59d0686553e0 /plugins/hula-account-setup | |
parent | 573eb0880a80e04737cb4497931ca6588272686e (diff) | |
download | gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.gz gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.bz2 gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.lz gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.xz gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.zst gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.zip |
Fix excessive whitespace.
Diffstat (limited to 'plugins/hula-account-setup')
-rw-r--r-- | plugins/hula-account-setup/camel-hula-listener.c | 7 | ||||
-rw-r--r-- | plugins/hula-account-setup/hula-account-setup.c | 1 |
2 files changed, 0 insertions, 8 deletions
diff --git a/plugins/hula-account-setup/camel-hula-listener.c b/plugins/hula-account-setup/camel-hula-listener.c index 04fa4605d2..5bed477a49 100644 --- a/plugins/hula-account-setup/camel-hula-listener.c +++ b/plugins/hula-account-setup/camel-hula-listener.c @@ -31,7 +31,6 @@ #include <libedataserver/e-account.h> #include "camel-hula-listener.h" - static GList *hula_accounts = NULL; struct _CamelHulaListenerPrivate { @@ -59,7 +58,6 @@ static GObjectClass *parent_class = NULL; static void dispose (GObject *object); static void finalize (GObject *object); - static void camel_hula_listener_class_init (CamelHulaListenerClass *class) { @@ -235,7 +233,6 @@ add_esource (const gchar *conf_key, const gchar *group_name, const gchar *sourc g_free (relative_uri); } - static void remove_esource (const gchar *conf_key, const gchar *group_name, gchar * source_name, const gchar * relative_uri) { @@ -294,7 +291,6 @@ remove_esource (const gchar *conf_key, const gchar *group_name, gchar * source_n } - } g_object_unref (list); @@ -363,7 +359,6 @@ modify_esource (const gchar * conf_key, HulaAccountInfo *old_account_info, const camel_url_free (url); g_free (old_relative_uri); - } /* add sources for calendar if the account added is HULA account adds the new account info to HULA accounts list */ @@ -378,7 +373,6 @@ add_calendar_sources (HulaAccountInfo *info) camel_url_free (url); - } /* removes calendar sources if the account removed is HULA account @@ -457,7 +451,6 @@ account_removed (EAccountList *account_listener, EAccount *account) g_free (info); } - static void account_changed (EAccountList *account_listener, EAccount *account) { diff --git a/plugins/hula-account-setup/hula-account-setup.c b/plugins/hula-account-setup/hula-account-setup.c index c334019d71..3f5898b724 100644 --- a/plugins/hula-account-setup/hula-account-setup.c +++ b/plugins/hula-account-setup/hula-account-setup.c @@ -47,7 +47,6 @@ e_plugin_lib_enable (EPluginLib *ep, gint enable) return 0; } - GtkWidget * org_gnome_evolution_hula_account_setup (struct _EPlugin *epl, struct _EConfigHookItemFactoryData *data) { |