aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/process-meeting.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/groupwise-features/process-meeting.c')
-rw-r--r--plugins/groupwise-features/process-meeting.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/groupwise-features/process-meeting.c b/plugins/groupwise-features/process-meeting.c
index 5a8a991288..299b19e3b6 100644
--- a/plugins/groupwise-features/process-meeting.c
+++ b/plugins/groupwise-features/process-meeting.c
@@ -34,7 +34,6 @@
#include <e-util/e-error.h>
#include <libecal/e-cal.h>
-
typedef struct {
ECal *ecal;
icalcomponent *icalcomp;
@@ -122,7 +121,6 @@ receive_objects (gpointer data)
GError *error = NULL;
ReceiveData *r_data = data;
-
icalcomponent_set_method (r_data->icalcomp, ICAL_METHOD_REQUEST);
if (!e_cal_receive_objects (r_data->ecal, r_data->icalcomp, &error)) {
@@ -311,7 +309,6 @@ is_meeting_owner (ECalComponent *comp, ECal *client)
return ret_val;
}
-
typedef struct {
ECal *client;
ECalComponent *comp;