telepathy: Remove unused variable
authorPhilip Withnall <philip@tecnocode.co.uk>
Tue, 19 Jun 2012 10:25:06 +0000 (11:25 +0100)
committerPhilip Withnall <philip@tecnocode.co.uk>
Fri, 22 Jun 2012 11:28:01 +0000 (12:28 +0100)
backends/telepathy/lib/tpf-persona-store.vala

index 6d3ff84..a0089b0 100644 (file)
@@ -77,7 +77,6 @@ public class Tpf.PersonaStore : Folks.PersonaStore
   private Debug _debug;
   private PersonaStoreCache _cache;
   private Cancellable? _load_cache_cancellable = null;
-  private bool _cached = false;
 
   /* marshalled from ContactInfo.SupportedFields */
   internal HashSet<string> _supported_fields;
@@ -845,7 +844,6 @@ public class Tpf.PersonaStore : Folks.PersonaStore
         }
 
       this._reset ();
-      this._cached = true;
 
       this._persona_set = new HashSet<Persona> ();
       if (cached_personas != null)
@@ -907,7 +905,6 @@ public class Tpf.PersonaStore : Folks.PersonaStore
           GroupDetails.ChangeReason.NONE);
 
       this._reset ();
-      this._cached = false;
     }
 
   private bool _add_persona (Persona p)