[evolution-data-server] Remove "camel_store_summary_info_free" backward-compat macro.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Remove "camel_store_summary_info_free" backward-compat macro.
- Date: Mon, 23 Sep 2013 16:05:33 +0000 (UTC)
commit d036b7401eb632d0237b82dcdc551ffe6fa4e000
Author: Matthew Barnes <mbarnes redhat com>
Date: Mon Sep 16 10:50:49 2013 -0400
Remove "camel_store_summary_info_free" backward-compat macro.
This macro was temporary... very temporary.
camel/camel-store-summary.h | 5 -----
docs/reference/camel/camel-sections.txt | 1 -
2 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/camel/camel-store-summary.h b/camel/camel-store-summary.h
index fda80e6..666dcbf 100644
--- a/camel/camel-store-summary.h
+++ b/camel/camel-store-summary.h
@@ -150,11 +150,6 @@ CamelStoreInfo *
void camel_store_summary_info_unref (CamelStoreSummary *summary,
CamelStoreInfo *info);
-/* Temporary backward-compatible alias. */
-#ifndef CAMEL_DISABLE_DEPRECATED
-#define camel_store_summary_info_free camel_store_summary_info_unref
-#endif /* CAMEL_DISABLE_DEPRECATED */
-
/* removes a summary item */
void camel_store_summary_remove (CamelStoreSummary *summary,
CamelStoreInfo *info);
diff --git a/docs/reference/camel/camel-sections.txt b/docs/reference/camel/camel-sections.txt
index 28a68fa..65fccf5 100644
--- a/docs/reference/camel/camel-sections.txt
+++ b/docs/reference/camel/camel-sections.txt
@@ -2587,7 +2587,6 @@ camel_store_summary_add_from_path
camel_store_summary_info_new
camel_store_summary_info_ref
camel_store_summary_info_unref
-camel_store_summary_info_free
camel_store_summary_remove
camel_store_summary_remove_path
camel_store_summary_count
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]