From 0274669179600ac77475eed9870d2eab52c2cf14 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 12 Jul 2009 23:33:07 -0400 Subject: Fix excessive whitespace. --- calendar/gui/itip-utils.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'calendar/gui/itip-utils.c') diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c index cc290b2c3d..860edd7ffd 100644 --- a/calendar/gui/itip-utils.c +++ b/calendar/gui/itip-utils.c @@ -301,7 +301,6 @@ typedef struct { icalcomponent *zones; } ItipUtilTZData; - static void foreach_tzid_callback (icalparameter *param, gpointer data) { @@ -412,7 +411,6 @@ comp_from (ECalComponentItipMethod method, ECalComponent *comp) } return g_strdup (itip_strip_mailto (organizer.value)); - default: if (!e_cal_component_has_attendees (comp)) return NULL; @@ -1399,22 +1397,18 @@ reply_to_calendar_comp (ECalComponentItipMethod method, e_cal_component_free_text_list (text_list); - e_cal_component_get_summary (comp, &text); if (text.value) subject = g_strdup (text.value); - e_cal_component_get_organizer (comp, &organizer); if (organizer.value) orig_from = g_strdup (itip_strip_mailto (organizer.value)); - e_cal_component_get_location (comp, &location); if (!location) location = "Unspecified"; - e_cal_component_get_dtstart (comp, &dtstart); if (dtstart.value) { start_zone = icaltimezone_get_builtin_timezone_from_tzid (dtstart.tzid); @@ -1430,7 +1424,6 @@ reply_to_calendar_comp (ECalComponentItipMethod method, time = g_strdup (ctime (&start)); } - body = g_string_new ("



______ Original Appointment ______

"); if (orig_from && *orig_from) -- cgit v1.2.3