[evolution] Remove e_cal_shell_sidebar_get_clients().
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Remove e_cal_shell_sidebar_get_clients().
- Date: Sun, 17 Feb 2013 00:03:06 +0000 (UTC)
commit 57fc066b6625f49f2addc05bd51b37ce94b45c96
Author: Matthew Barnes <mbarnes redhat com>
Date: Sat Feb 16 14:14:57 2013 -0500
Remove e_cal_shell_sidebar_get_clients().
No longer used.
modules/calendar/e-cal-shell-sidebar.c | 13 -------------
modules/calendar/e-cal-shell-sidebar.h | 2 --
2 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/modules/calendar/e-cal-shell-sidebar.c b/modules/calendar/e-cal-shell-sidebar.c
index 0be5dc0..f3f5e08 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)
{
diff --git a/modules/calendar/e-cal-shell-sidebar.h b/modules/calendar/e-cal-shell-sidebar.h
index 6296b44..c9be5f6 100644
--- a/modules/calendar/e-cal-shell-sidebar.h
+++ b/modules/calendar/e-cal-shell-sidebar.h
@@ -85,8 +85,6 @@ GType e_cal_shell_sidebar_get_type (void);
void e_cal_shell_sidebar_type_register
(GTypeModule *type_module);
GtkWidget * e_cal_shell_sidebar_new (EShellView *shell_view);
-GList * e_cal_shell_sidebar_get_clients
- (ECalShellSidebar *cal_shell_sidebar);
ECalendar * e_cal_shell_sidebar_get_date_navigator
(ECalShellSidebar *cal_shell_sidebar);
ECalClient * e_cal_shell_sidebar_get_default_client
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]