talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 2e33679410a9ce6fbd4932bba84bce6983acb291
parent 7263bc50139992d2dd4d67233260b24e438dddc0
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Mon, 24 Jul 2017 18:26:38 +0200

Removed a nonexistent function from addressbook.h.

The function was addressbook_load_completion().

Diffstat:
Msrc/addressbook.h | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/addressbook.h b/src/addressbook.h @@ -46,11 +46,6 @@ gboolean addressbook_peek_folder_exists( gchar *folderpath, AddressDataSource **book, ItemFolder **folder ); -gboolean addressbook_load_completion (gint (*callBackFunc) - (const gchar *, - const gchar *, - const gchar *)); - void addressbook_gather ( FolderItem *folderItem, gboolean sourceInd, GList *msgList );