aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-17 03:15:25 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-17 07:57:11 +0800
commitad5a9bd9dd49ba457597de408e26795ed6087737 (patch)
tree1f41880e41e0e010533611c5eec6633f1a4b35e3 /modules
parent57fc066b6625f49f2addc05bd51b37ce94b45c96 (diff)
downloadgsoc2013-evolution-ad5a9bd9dd49ba457597de408e26795ed6087737.tar
gsoc2013-evolution-ad5a9bd9dd49ba457597de408e26795ed6087737.tar.gz
gsoc2013-evolution-ad5a9bd9dd49ba457597de408e26795ed6087737.tar.bz2
gsoc2013-evolution-ad5a9bd9dd49ba457597de408e26795ed6087737.tar.lz
gsoc2013-evolution-ad5a9bd9dd49ba457597de408e26795ed6087737.tar.xz
gsoc2013-evolution-ad5a9bd9dd49ba457597de408e26795ed6087737.tar.zst
gsoc2013-evolution-ad5a9bd9dd49ba457597de408e26795ed6087737.zip
Remove e_memo_shell_sidebar_get_clients().
No longer used.
Diffstat (limited to 'modules')
-rw-r--r--modules/calendar/e-memo-shell-sidebar.c13
-rw-r--r--modules/calendar/e-memo-shell-sidebar.h2
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 c9f3d6930e..d8764eea2c 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 31fc25c649..37f1b40fd1 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 *