[evolution-data-server] Remove unused camel_imapx_store_summary_namespace_set().
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Remove unused camel_imapx_store_summary_namespace_set().
- Date: Sun, 14 Jul 2013 16:57:35 +0000 (UTC)
commit 8b9b298f124579a9e044002a9b5c818732ebba54
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Jul 14 00:03:37 2013 -0400
Remove unused camel_imapx_store_summary_namespace_set().
camel/camel-imapx-store-summary.c | 8 --------
camel/camel-imapx-store-summary.h | 3 ---
docs/reference/camel/camel-sections.txt | 1 -
3 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/camel/camel-imapx-store-summary.c b/camel/camel-imapx-store-summary.c
index 4fa7549..e659824 100644
--- a/camel/camel-imapx-store-summary.c
+++ b/camel/camel-imapx-store-summary.c
@@ -341,14 +341,6 @@ camel_imapx_store_summary_namespace_new (CamelIMAPXStoreSummary *s,
return ns;
}
-void camel_imapx_store_summary_namespace_set (CamelIMAPXStoreSummary *s, CamelIMAPXStoreNamespace *ns)
-{
- d ("Setting namesapce to '%s' '%c' -> '%s'\n", ns->full_name, ns->sep, ns->path);
-
- /* CHEN not needed */
- camel_store_summary_touch ((CamelStoreSummary *) s);
-}
-
CamelIMAPXStoreNamespace *
camel_imapx_store_summary_namespace_find_path (CamelIMAPXStoreSummary *s,
const gchar *path)
diff --git a/camel/camel-imapx-store-summary.h b/camel/camel-imapx-store-summary.h
index c88b9c9..d7292c7 100644
--- a/camel/camel-imapx-store-summary.h
+++ b/camel/camel-imapx-store-summary.h
@@ -102,9 +102,6 @@ CamelIMAPXStoreNamespace *
(CamelIMAPXStoreSummary *s,
const gchar *full_name,
gchar dir_sep);
-void camel_imapx_store_summary_namespace_set
- (CamelIMAPXStoreSummary *s,
- CamelIMAPXStoreNamespace *ns);
CamelIMAPXStoreNamespace *
camel_imapx_store_summary_namespace_find_path
(CamelIMAPXStoreSummary *s,
diff --git a/docs/reference/camel/camel-sections.txt b/docs/reference/camel/camel-sections.txt
index 7c7cd07..1678af6 100644
--- a/docs/reference/camel/camel-sections.txt
+++ b/docs/reference/camel/camel-sections.txt
@@ -970,7 +970,6 @@ CamelIMAPXNamespaceList
CamelIMAPXStoreSummary
camel_imapx_store_summary_new
camel_imapx_store_summary_namespace_new
-camel_imapx_store_summary_namespace_set
camel_imapx_store_summary_namespace_find_path
camel_imapx_store_summary_namespace_find_full
camel_imapx_store_summary_full_to_path
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]