aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-model.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-04-13 02:54:15 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-04-13 06:35:11 +0800
commit1df4952769b3211b90aecb3a359d8ae484fd1363 (patch)
treef8b5c085d0da5f2127bf1794250e2144cfc1e31f /calendar/gui/e-cal-model.h
parent1141e231478410ecd83c78507612e57f58f2ccf1 (diff)
downloadgsoc2013-evolution-1df4952769b3211b90aecb3a359d8ae484fd1363.tar
gsoc2013-evolution-1df4952769b3211b90aecb3a359d8ae484fd1363.tar.gz
gsoc2013-evolution-1df4952769b3211b90aecb3a359d8ae484fd1363.tar.bz2
gsoc2013-evolution-1df4952769b3211b90aecb3a359d8ae484fd1363.tar.lz
gsoc2013-evolution-1df4952769b3211b90aecb3a359d8ae484fd1363.tar.xz
gsoc2013-evolution-1df4952769b3211b90aecb3a359d8ae484fd1363.tar.zst
gsoc2013-evolution-1df4952769b3211b90aecb3a359d8ae484fd1363.zip
Remove e_cal_model_get_client_for_source().
Was not thread-safe because it did not reference the return value. The function was only used to implement the Refresh action on the sidebar menu. e_client_selector_ref_cached_client() works better for this anyway.
Diffstat (limited to 'calendar/gui/e-cal-model.h')
-rw-r--r--calendar/gui/e-cal-model.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/calendar/gui/e-cal-model.h b/calendar/gui/e-cal-model.h
index 3827f25b18..f42ddd2937 100644
--- a/calendar/gui/e-cal-model.h
+++ b/calendar/gui/e-cal-model.h
@@ -254,9 +254,6 @@ ECalClient * e_cal_model_get_default_client (ECalModel *model);
void e_cal_model_set_default_client (ECalModel *model,
ECalClient *client);
GList * e_cal_model_list_clients (ECalModel *model);
-ECalClient * e_cal_model_get_client_for_source
- (ECalModel *model,
- ESource *source);
void e_cal_model_add_client (ECalModel *model,
ECalClient *cal_client);
void e_cal_model_remove_client (ECalModel *model,