[folks] eds: Remove unused variable



commit 0bdce574c45dd957ff3f25832136c6c57aea63ed
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Mon Nov 11 10:17:44 2013 +0000

    eds: Remove unused variable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=712274

 backends/eds/lib/edsf-persona.vala |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/backends/eds/lib/edsf-persona.vala b/backends/eds/lib/edsf-persona.vala
index 06d363e..58f6c6c 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. */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]