From 29fadd10cee6eb633d25b18a3cf788e89dcfcded Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sun, 6 May 2007 14:14:41 +0000 Subject: [PATCH] [darcs-to-svn @ do not assert when there is an unknown state str] svn path=/trunk/; revision=30 --- libempathy/gossip-presence.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.39.2