diff options
Diffstat (limited to 'calendar/gui/event-editor.c')
-rw-r--r-- | calendar/gui/event-editor.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/calendar/gui/event-editor.c b/calendar/gui/event-editor.c index d1742b280a..bdb2bd6c85 100644 --- a/calendar/gui/event-editor.c +++ b/calendar/gui/event-editor.c @@ -747,9 +747,8 @@ fill_widgets (EventEditor *ee) } /* Recurrences */ -#ifndef NO_WARNINGS #warning "FIX ME" -#endif + /* Need to handle recurrence dates as well as recurrence rules */ /* Need to handle more than one rrule */ if (cal_component_has_rrules (priv->comp)) { @@ -863,9 +862,7 @@ fill_widgets (EventEditor *ee) } /* Exceptions list */ -#ifndef NO_WARNINGS #warning "FIX ME" -#endif /* Need to handle exception rules as well as dates */ cal_component_get_exdate_list (priv->comp, &list); for (l = list; l; l = l->next) { |