[evolution] Remove e_memo_shell_sidebar_get_clients().



commit ad5a9bd9dd49ba457597de408e26795ed6087737
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Feb 16 14:15:25 2013 -0500

    Remove e_memo_shell_sidebar_get_clients().
    
    No longer used.

 modules/calendar/e-memo-shell-sidebar.c |   13 -------------
 modules/calendar/e-memo-shell-sidebar.h |    2 --
 2 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/modules/calendar/e-memo-shell-sidebar.c b/modules/calendar/e-memo-shell-sidebar.c
index c9f3d69..d8764ee 100644
--- a/modules/calendar/e-memo-shell-sidebar.c
+++ b/modules/calendar/e-memo-shell-sidebar.c
@@ -783,19 +783,6 @@ e_memo_shell_sidebar_new (EShellView *shell_view)
                "shell-view", shell_view, NULL);
 }
 
-GList *
-e_memo_shell_sidebar_get_clients (EMemoShellSidebar *memo_shell_sidebar)
-{
-       GHashTable *client_table;
-
-       g_return_val_if_fail (
-               E_IS_MEMO_SHELL_SIDEBAR (memo_shell_sidebar), NULL);
-
-       client_table = memo_shell_sidebar->priv->client_table;
-
-       return g_hash_table_get_values (client_table);
-}
-
 ECalClient *
 e_memo_shell_sidebar_get_default_client (EMemoShellSidebar *memo_shell_sidebar)
 {
diff --git a/modules/calendar/e-memo-shell-sidebar.h b/modules/calendar/e-memo-shell-sidebar.h
index 31fc25c..37f1b40 100644
--- a/modules/calendar/e-memo-shell-sidebar.h
+++ b/modules/calendar/e-memo-shell-sidebar.h
@@ -87,8 +87,6 @@ void          e_memo_shell_sidebar_type_register
                                        (GTypeModule *type_module);
 GtkWidget *    e_memo_shell_sidebar_new
                                        (EShellView *shell_view);
-GList *                e_memo_shell_sidebar_get_clients
-                                       (EMemoShellSidebar *memo_shell_sidebar);
 ECalClient *   e_memo_shell_sidebar_get_default_client
                                        (EMemoShellSidebar *memo_shell_sidebar);
 ESourceSelector *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]