From ff031d276cc1ae2cb16fa700e84497fc599624b8 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 7 Dec 2009 17:34:51 +0000 Subject: remove useless cast --- libempathy-gtk/empathy-chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index c66f92d05..e942f2151 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -210,7 +210,7 @@ reconnected_connection_ready_cb (TpConnection *connection, const GError *error, gpointer user_data) { - EmpathyChat *chat = EMPATHY_CHAT (user_data); + EmpathyChat *chat = user_data; EmpathyChatPriv *priv = GET_PRIV (chat); if (error != NULL) { -- cgit v1.2.3