aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/notmuch-private.h
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-11-24 23:57:04 -0500
committerGravatar David Bremner <bremner@debian.org>2013-02-18 20:20:38 -0400
commitd6e3905df7cacb14832cd045280347f36fb0be19 (patch)
tree8de915f1b9bf7201e3799c0c9bf8bf5ce362c7df /lib/notmuch-private.h
parent5394924e6cf8f4758fdfb748b8b28b7ef9165ce7 (diff)
lib: Eliminate _notmuch_message_list_append
This API invited micro-optimized and complicated list pointer manipulation and is no longer used.
Diffstat (limited to 'lib/notmuch-private.h')
-rw-r--r--lib/notmuch-private.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h
index c054a0e9..f38ccb39 100644
--- a/lib/notmuch-private.h
+++ b/lib/notmuch-private.h
@@ -429,10 +429,6 @@ notmuch_message_list_t *
_notmuch_message_list_create (const void *ctx);
void
-_notmuch_message_list_append (notmuch_message_list_t *list,
- notmuch_message_node_t *node);
-
-void
_notmuch_message_list_add_message (notmuch_message_list_t *list,
notmuch_message_t *message);