calendar-server: Remove an unnecessary check

calendar_appointment_new() never returns %NULL, so no need to check
for it.
This commit is contained in:
Florian Müllner 2016-07-07 15:52:43 +02:00
parent 128697d6a7
commit 61070e6ec0

View File

@ -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,