[telepathy-mission-control/master] McdAccount: remove temporary_presence indicator

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Jun 5 05:46:05 PDT 2009


Now that re-requesting a presence status is never suppressed (see previous
commit), we don't need a flag to avoid suppressing it.
---
 src/mcd-account.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/mcd-account.c b/src/mcd-account.c
index d7db7a2..497e431 100644
--- a/src/mcd-account.c
+++ b/src/mcd-account.c
@@ -139,7 +139,6 @@ struct _McdAccountPrivate
     guint valid : 1;
     guint loaded : 1;
     guint has_been_online : 1;
-    guint temporary_presence : 1;
     guint removed : 1;
 
     /* These fields are used to cache the changed properties */
@@ -2767,8 +2766,6 @@ _mcd_account_request_temporary_presence (McdAccount *self,
         _mcd_connection_request_presence (self->priv->connection,
                                           type, status, "");
     }
-
-    self->priv->temporary_presence = TRUE;
 }
 
 /**
-- 
1.5.6.5



More information about the telepathy-commits mailing list