[evolution-ews] Fix compilation error for fedora 15, method set but not used
- From: Pavel Ocheretny <pocheretny src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] Fix compilation error for fedora 15, method set but not used
- Date: Sun, 5 Jun 2011 19:24:42 +0000 (UTC)
commit f8d3360962838efcac4b56c0c69f84ba327b8b72
Author: Pavel Ocheretny <pocheretny src gnome org>
Date: Sun Jun 5 22:25:47 2011 +0300
Fix compilation error for fedora 15, method set but not used
src/calendar/e-cal-backend-ews.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/calendar/e-cal-backend-ews.c b/src/calendar/e-cal-backend-ews.c
index 4d241ed..3c4ede4 100644
--- a/src/calendar/e-cal-backend-ews.c
+++ b/src/calendar/e-cal-backend-ews.c
@@ -1720,8 +1720,6 @@ e_cal_backend_ews_send_objects (ECalBackend *backend, EDataCal *cal, EServerMeth
icalcomponent_kind kind;
icalcomponent *icalcomp, *subcomp = NULL;
GError *error = NULL;
- icalproperty_method method;
- //EwsAcceptData *accept_data;
GCancellable *cancellable = NULL;
cbews = E_CAL_BACKEND_EWS(backend);
@@ -1751,7 +1749,6 @@ e_cal_backend_ews_send_objects (ECalBackend *backend, EDataCal *cal, EServerMeth
if (icalcomponent_isa (icalcomp) == ICAL_VCALENDAR_COMPONENT) {
kind = e_cal_backend_get_kind (E_CAL_BACKEND (backend));
- method = icalcomponent_get_method (icalcomp);
subcomp = icalcomponent_get_first_component (icalcomp, kind);
}
if (icalcomponent_isa (icalcomp) == ICAL_VEVENT_COMPONENT)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]