[evolution] Remove e_task_shell_sidebar_get_clients().
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Remove e_task_shell_sidebar_get_clients().
- Date: Sun, 17 Feb 2013 00:03:16 +0000 (UTC)
commit 4b690101e0d26b89de96bb3fa9dc2a25e89272eb
Author: Matthew Barnes <mbarnes redhat com>
Date: Sat Feb 16 14:15:48 2013 -0500
Remove e_task_shell_sidebar_get_clients().
No longer used.
modules/calendar/e-task-shell-sidebar.c | 13 -------------
modules/calendar/e-task-shell-sidebar.h | 2 --
2 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/modules/calendar/e-task-shell-sidebar.c b/modules/calendar/e-task-shell-sidebar.c
index b7145bb..533231a 100644
--- a/modules/calendar/e-task-shell-sidebar.c
+++ b/modules/calendar/e-task-shell-sidebar.c
@@ -783,19 +783,6 @@ e_task_shell_sidebar_new (EShellView *shell_view)
"shell-view", shell_view, NULL);
}
-GList *
-e_task_shell_sidebar_get_clients (ETaskShellSidebar *task_shell_sidebar)
-{
- GHashTable *client_table;
-
- g_return_val_if_fail (
- E_IS_TASK_SHELL_SIDEBAR (task_shell_sidebar), NULL);
-
- client_table = task_shell_sidebar->priv->client_table;
-
- return g_hash_table_get_values (client_table);
-}
-
ECalClient *
e_task_shell_sidebar_get_default_client (ETaskShellSidebar *task_shell_sidebar)
{
diff --git a/modules/calendar/e-task-shell-sidebar.h b/modules/calendar/e-task-shell-sidebar.h
index 736b273..bc50b77 100644
--- a/modules/calendar/e-task-shell-sidebar.h
+++ b/modules/calendar/e-task-shell-sidebar.h
@@ -87,8 +87,6 @@ void e_task_shell_sidebar_type_register
(GTypeModule *type_module);
GtkWidget * e_task_shell_sidebar_new
(EShellView *shell_view);
-GList * e_task_shell_sidebar_get_clients
- (ETaskShellSidebar *task_shell_sidebar);
ECalClient * e_task_shell_sidebar_get_default_client
(ETaskShellSidebar *task_shell_sidebar);
ESourceSelector *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]