From db68eea0134bf0ea97aa6a887a7c302a610484a1 Mon Sep 17 00:00:00 2001 From: Fernando Carrijo Date: Wed, 9 Dec 2009 17:09:01 -0200 Subject: Nuke the remainings of _notmuch_message_add_thread_id. The function _notmuch_message_add_thread_id has been removed from the private interface of notmuch. There's no reason for one to keep a declaration of its prototype in the code base. Also, lets update a commentary that referenced that function and escaped from previous scrutiny. Signed-off-by: Fernando Carrijo --- 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 0c340a76..116f63d6 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -193,10 +193,6 @@ void _notmuch_message_set_filename (notmuch_message_t *message, const char *filename); -void -_notmuch_message_add_thread_id (notmuch_message_t *message, - const char *thread_id); - void _notmuch_message_ensure_thread_id (notmuch_message_t *message); -- cgit v1.2.3