--- a/pidgin/plugins/gevolution/assoc-buddy.c Thu Jun 03 19:31:56 2021 -0500 +++ b/pidgin/plugins/gevolution/assoc-buddy.c Thu Jun 03 19:33:07 2021 -0500 @@ -133,7 +133,6 @@ populate_treeview(GevoAssociateBuddyDialog *dialog, const gchar *uid) { EBook *book; EBookQuery *query; - const char *prpl_id; gboolean status; GList *cards, *c; GError *err = NULL; @@ -186,8 +185,6 @@ return; } - prpl_id = purple_account_get_protocol_id(dialog->buddy->account); - for (c = cards; c != NULL; c = c->next) { EContact *contact = E_CONTACT(c->data);