diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/status-provider-mc5.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/status-provider-mc5.c b/src/status-provider-mc5.c index 42e8e0f..813ce3e 100644 --- a/src/status-provider-mc5.c +++ b/src/status-provider-mc5.c @@ -173,8 +173,6 @@ set_status (StatusProvider * sp, StatusProviderStatus status) return; } - priv->status = status; - empathy_account_manager_request_global_presence(priv->manager, sp_to_tp_map[status], sp_to_mc_map[status], ""); return; |