aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/gossip-presence.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/gossip-presence.c')
-rw-r--r--libempathy/gossip-presence.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/gossip-presence.c b/libempathy/gossip-presence.c
index ab0973d90..e78c11b2f 100644
--- a/libempathy/gossip-presence.c
+++ b/libempathy/gossip-presence.c
@@ -332,8 +332,6 @@ gossip_presence_state_from_str (const gchar *str)
return MC_PRESENCE_OFFLINE;
} else if (strcmp (str, "unset") == 0) {
return MC_PRESENCE_UNSET;
- } else {
- g_assert_not_reached ();
}
return MC_PRESENCE_AVAILABLE;