From: Xavier Claessens Date: Sun, 6 May 2007 14:14:41 +0000 (+0000) Subject: [darcs-to-svn @ do not assert when there is an unknown state str] X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=29fadd10cee6eb633d25b18a3cf788e89dcfcded [darcs-to-svn @ do not assert when there is an unknown state str] svn path=/trunk/; revision=30 --- diff --git a/libempathy/gossip-presence.c b/libempathy/gossip-presence.c index ab0973d9..e78c11b2 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;