calendar-server: Remove an unnecessary check
calendar_appointment_new() never returns %NULL, so no need to check for it.
This commit is contained in:
parent
128697d6a7
commit
61070e6ec0
@ -692,9 +692,6 @@ app_load_events (App *app)
|
||||
CalendarAppointment *appointment;
|
||||
|
||||
appointment = calendar_appointment_new (ical, cal, app->zone);
|
||||
if (appointment == NULL)
|
||||
continue;
|
||||
|
||||
calendar_appointment_generate_occurrences (appointment,
|
||||
ical,
|
||||
cal,
|
||||
|
Loading…
Reference in New Issue
Block a user