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 /calendar/gui/e-meeting-store.c | |
parent | 573eb0880a80e04737cb4497931ca6588272686e (diff) | |
download | gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.gz gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.zst gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.zip |
Fix excessive whitespace.
Diffstat (limited to 'calendar/gui/e-meeting-store.c')
-rw-r--r-- | calendar/gui/e-meeting-store.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/calendar/gui/e-meeting-store.c b/calendar/gui/e-meeting-store.c index da60b19f43..20bc6388da 100644 --- a/calendar/gui/e-meeting-store.c +++ b/calendar/gui/e-meeting-store.c @@ -76,7 +76,6 @@ struct _EMeetingStoreQueueData { GPtrArray *data; }; - static GObjectClass *parent_class = NULL; static icalparameter_cutype @@ -565,7 +564,6 @@ ems_class_init (GObjectClass *klass) klass->finalize = ems_finalize; } - static void ems_init (EMeetingStore *store) { @@ -629,7 +627,6 @@ e_meeting_store_new (void) return g_object_new (E_TYPE_MEETING_STORE, NULL); } - ECal * e_meeting_store_get_e_cal (EMeetingStore *store) { @@ -1203,7 +1200,6 @@ freebusy_async (gpointer data) #undef USER_SUB #undef DOMAIN_SUB - static gboolean refresh_busy_periods (gpointer data) { @@ -1278,8 +1274,6 @@ refresh_busy_periods (gpointer data) } - - g_mutex_lock (store->priv->mutex); store->priv->num_threads++; g_mutex_unlock (store->priv->mutex); @@ -1292,7 +1286,6 @@ refresh_busy_periods (gpointer data) g_free (fbd->email); priv->refresh_idle_id = 0; - g_mutex_lock (store->priv->mutex); store->priv->num_threads--; g_mutex_unlock (store->priv->mutex); @@ -1360,7 +1353,6 @@ refresh_queue_add (EMeetingStore *store, gint row, } g_mutex_unlock (priv->mutex); - g_object_ref (attendee); g_ptr_array_add (priv->refresh_queue, attendee); |