[evolution-ews/wip/mcrha/eds-libical-glib] Remove extra e_cal_component_get_alarm_uids() call



commit d674c03db4cd565ee9cc246388a5c3322ca5bee2
Author: Milan Crha <mcrha redhat com>
Date:   Thu Apr 25 11:22:13 2019 +0200

    Remove extra e_cal_component_get_alarm_uids() call

 src/calendar/e-cal-backend-ews-utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/calendar/e-cal-backend-ews-utils.c b/src/calendar/e-cal-backend-ews-utils.c
index c6396894..2b288156 100644
--- a/src/calendar/e-cal-backend-ews-utils.c
+++ b/src/calendar/e-cal-backend-ews-utils.c
@@ -312,7 +312,7 @@ e_ews_collect_attendees (ICalComponent *comp,
 gint
 ews_get_alarm (ECalComponent *comp)
 {
-       GSList *alarm_uids = e_cal_component_get_alarm_uids (comp);
+       GSList *alarm_uids;
        ECalComponentAlarm *alarm;
        ECalComponentAlarmAction action;
        gint dur_int = 0;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]