[evolution-data-server] Kill CamelDList (finally).
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Kill CamelDList (finally).
- Date: Sun, 29 Jan 2012 20:02:04 +0000 (UTC)
commit cc9e5b3606fa18a2f24342381b0b9217f497b707
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Jan 29 13:03:05 2012 -0500
Kill CamelDList (finally).
Let's leave custom linked lists for school assignments, shall we?
camel/Makefile.am | 2 -
camel/camel-list-utils.c | 186 -------------------------------
camel/camel-list-utils.h | 92 ---------------
camel/camel.h | 1 -
docs/reference/camel/camel-docs.sgml | 1 -
docs/reference/camel/camel-sections.txt | 15 ---
6 files changed, 0 insertions(+), 297 deletions(-)
---
diff --git a/camel/Makefile.am b/camel/Makefile.am
index 9e8a3ab..c4a8f83 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -79,7 +79,6 @@ libcamel_1_2_la_SOURCES = \
camel-index.c \
camel-internet-address.c \
camel-junk-filter.c \
- camel-list-utils.c \
camel-local-settings.c \
camel-lock.c \
camel-medium.c \
@@ -201,7 +200,6 @@ libcamelinclude_HEADERS = \
camel-index.h \
camel-internet-address.h \
camel-junk-filter.h \
- camel-list-utils.h \
camel-local-settings.h \
camel-lock-client.h \
camel-lock-helper.h \
diff --git a/camel/camel.h b/camel/camel.h
index 93dc3c9..8422d5e 100644
--- a/camel/camel.h
+++ b/camel/camel.h
@@ -54,7 +54,6 @@
#include <camel/camel-index.h>
#include <camel/camel-internet-address.h>
#include <camel/camel-junk-filter.h>
-#include <camel/camel-list-utils.h>
#include <camel/camel-local-settings.h>
#include <camel/camel-lock.h>
#include <camel/camel-lock-client.h>
diff --git a/docs/reference/camel/camel-docs.sgml b/docs/reference/camel/camel-docs.sgml
index 20b7e03..09da180 100644
--- a/docs/reference/camel/camel-docs.sgml
+++ b/docs/reference/camel/camel-docs.sgml
@@ -180,7 +180,6 @@
<xi:include href="xml/camel-charset-map.xml"/>
<xi:include href="xml/camel-file-utils.xml"/>
<xi:include href="xml/camel-iconv.xml"/>
- <xi:include href="xml/camel-list-utils.xml"/>
<xi:include href="xml/camel-lock.xml"/>
<xi:include href="xml/camel-lock-client.xml"/>
<xi:include href="xml/camel-memchunk.xml"/>
diff --git a/docs/reference/camel/camel-sections.txt b/docs/reference/camel/camel-sections.txt
index 45cdefa..3bc5b05 100644
--- a/docs/reference/camel/camel-sections.txt
+++ b/docs/reference/camel/camel-sections.txt
@@ -2824,21 +2824,6 @@ camel_iconv_close
</SECTION>
<SECTION>
-<FILE>camel-list-utils</FILE>
-CamelDList
-CamelDListNode
-CAMEL_DLIST_INITIALISER
-camel_dlist_init
-camel_dlist_addhead
-camel_dlist_addtail
-camel_dlist_remove
-camel_dlist_remhead
-camel_dlist_remtail
-camel_dlist_empty
-camel_dlist_length
-</SECTION>
-
-<SECTION>
<FILE>camel-lock-client</FILE>
camel_lock_helper_lock
camel_lock_helper_unlock
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]