From 19737e50a727f2b12b99da45b618641a06eac861 Mon Sep 17 00:00:00 2001 From: Rafal Michalski Date: Thu, 22 Sep 2011 09:52:45 +0200 Subject: [PATCH] obexd: Remove unnecessary empty lines This patch removes unnecessary empty lines. --- obexd/plugins/phonebook-tracker.c | 1 - obexd/plugins/vcard.c | 1 - 2 files changed, 2 deletions(-) diff --git a/obexd/plugins/phonebook-tracker.c b/obexd/plugins/phonebook-tracker.c index 544b4ddab..3be3a893a 100644 --- a/obexd/plugins/phonebook-tracker.c +++ b/obexd/plugins/phonebook-tracker.c @@ -974,7 +974,6 @@ static void add_affiliation(char **field, const char *value) static void contact_init(struct phonebook_contact *contact, const char **reply) { - contact->fullname = g_strdup(reply[COL_FULL_NAME]); contact->family = g_strdup(reply[COL_FAMILY_NAME]); contact->given = g_strdup(reply[COL_GIVEN_NAME]); diff --git a/obexd/plugins/vcard.c b/obexd/plugins/vcard.c index ccab9465d..b9a31bc3e 100644 --- a/obexd/plugins/vcard.c +++ b/obexd/plugins/vcard.c @@ -825,7 +825,6 @@ void phonebook_add_contact(GString *vcards, struct phonebook_contact *contact, vcard_printf_end(vcards); } - static void field_free(gpointer data) { struct phonebook_field *field = data; -- 2.47.3