Removed a nonexistent function from addressbook.h.
authorAndrej Kacian <ticho@claws-mail.org>
Mon, 24 Jul 2017 16:26:38 +0000 (18:26 +0200)
committerAndrej Kacian <ticho@claws-mail.org>
Mon, 24 Jul 2017 16:26:38 +0000 (18:26 +0200)
The function was addressbook_load_completion().

src/addressbook.h

index 8b82d48e370a9c1bfc28adfa57297eb05859ea38..ce5c7079be5fd4039d67deb138849faeec4e9ed9 100644 (file)
@@ -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 );