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 07:12:25 +0800
commit6172096d30099361bd5e94891ac84f3155525584 (patch)
tree5af44901e62581d36292699ddd3bf0a2e4a39498 /calendar/gui/e-cal-model.h
parente093e2600240243f7d6112894767cf9a827280fa (diff)
downloadgsoc2013-evolution-6172096d30099361bd5e94891ac84f3155525584.tar
gsoc2013-evolution-6172096d30099361bd5e94891ac84f3155525584.tar.gz
gsoc2013-evolution-6172096d30099361bd5e94891ac84f3155525584.tar.bz2
gsoc2013-evolution-6172096d30099361bd5e94891ac84f3155525584.tar.lz
gsoc2013-evolution-6172096d30099361bd5e94891ac84f3155525584.tar.xz
gsoc2013-evolution-6172096d30099361bd5e94891ac84f3155525584.tar.zst
gsoc2013-evolution-6172096d30099361bd5e94891ac84f3155525584.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. (cherry picked from commit 1df4952769b3211b90aecb3a359d8ae484fd1363)
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 58d1613d74..d3a4fcc0f5 100644
--- a/calendar/gui/e-cal-model.h
+++ b/calendar/gui/e-cal-model.h
@@ -247,9 +247,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,