From d6e3905df7cacb14832cd045280347f36fb0be19 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Sat, 24 Nov 2012 23:57:04 -0500 Subject: lib: Eliminate _notmuch_message_list_append This API invited micro-optimized and complicated list pointer manipulation and is no longer used. --- lib/notmuch-private.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/notmuch-private.h') 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 @@ -428,10 +428,6 @@ struct visible _notmuch_messages { 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); -- cgit v1.2.3