aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-sidebar.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-17 03:14:57 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-17 07:57:11 +0800
commit57fc066b6625f49f2addc05bd51b37ce94b45c96 (patch)
tree888e6e5a6f3758d5022f764b98789091c9bc65d7 /modules/calendar/e-cal-shell-sidebar.c
parent4246dc65e4c7dc12bcb7a711cfa5c52bfa50fe3a (diff)
downloadgsoc2013-evolution-57fc066b6625f49f2addc05bd51b37ce94b45c96.tar
gsoc2013-evolution-57fc066b6625f49f2addc05bd51b37ce94b45c96.tar.gz
gsoc2013-evolution-57fc066b6625f49f2addc05bd51b37ce94b45c96.tar.bz2
gsoc2013-evolution-57fc066b6625f49f2addc05bd51b37ce94b45c96.tar.lz
gsoc2013-evolution-57fc066b6625f49f2addc05bd51b37ce94b45c96.tar.xz
gsoc2013-evolution-57fc066b6625f49f2addc05bd51b37ce94b45c96.tar.zst
gsoc2013-evolution-57fc066b6625f49f2addc05bd51b37ce94b45c96.zip
Remove e_cal_shell_sidebar_get_clients().
No longer used.
Diffstat (limited to 'modules/calendar/e-cal-shell-sidebar.c')
-rw-r--r--modules/calendar/e-cal-shell-sidebar.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/calendar/e-cal-shell-sidebar.c b/modules/calendar/e-cal-shell-sidebar.c
index 0be5dc0126..f3f5e0801e 100644
--- a/modules/calendar/e-cal-shell-sidebar.c
+++ b/modules/calendar/e-cal-shell-sidebar.c
@@ -878,19 +878,6 @@ e_cal_shell_sidebar_new (EShellView *shell_view)
"shell-view", shell_view, NULL);
}
-GList *
-e_cal_shell_sidebar_get_clients (ECalShellSidebar *cal_shell_sidebar)
-{
- GHashTable *client_table;
-
- g_return_val_if_fail (
- E_IS_CAL_SHELL_SIDEBAR (cal_shell_sidebar), NULL);
-
- client_table = cal_shell_sidebar->priv->client_table;
-
- return g_hash_table_get_values (client_table);
-}
-
ECalendar *
e_cal_shell_sidebar_get_date_navigator (ECalShellSidebar *cal_shell_sidebar)
{