aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/common
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/common')
-rw-r--r--calendar/common/authentication.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/common/authentication.c b/calendar/common/authentication.c
index a9e2b95ea0..7b0b2e7972 100644
--- a/calendar/common/authentication.c
+++ b/calendar/common/authentication.c
@@ -102,7 +102,6 @@ auth_new_cal_from_default (ECalSourceType type)
if (!e_cal_open_default (&ecal, type, auth_func_cb, NULL, NULL))
return NULL;
-
return ecal;
}