summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2013-11-11 10:17:44 +0000
committerPhilip Withnall <philip.withnall@collabora.co.uk>2014-01-04 15:40:17 +0000
commit0bdce574c45dd957ff3f25832136c6c57aea63ed (patch)
tree6a9fa8bacc8189a79c03ffa0d1789ff832fc628e
parentf98693a07d36ebf5d0d84dd6a40229c170364734 (diff)
eds: Remove unused variable
https://bugzilla.gnome.org/show_bug.cgi?id=712274
-rw-r--r--backends/eds/lib/edsf-persona.vala4
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/eds/lib/edsf-persona.vala b/backends/eds/lib/edsf-persona.vala
index 06d363e9..58f6c6cc 100644
--- a/backends/eds/lib/edsf-persona.vala
+++ b/backends/eds/lib/edsf-persona.vala
@@ -951,10 +951,6 @@ public class Edsf.Persona : Folks.Persona,
var uid = Folks.Persona.build_uid (BACKEND_NAME, store.id, contact_id);
var iid = Edsf.Persona.build_iid (store.id, contact_id);
var is_user = BookClient.is_self (contact);
- var _full_name =
- Edsf.Persona._get_property_from_contact<string> (contact,
- "full_name");
- var full_name = (!) (_full_name ?? "");
/* Use the IID as the display ID since no other suitable identifier is
* available which we can guarantee is unique within the store. */