changeset 30038:1664d74b2e69

These lines are redundant since this was allocated with g_new0.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 24 Apr 2010 02:29:34 +0000
parents 4e532eedcab4
children a97d60c15e25
files libpurple/protocols/msn/slpcall.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/msn/slpcall.c	Fri Apr 23 22:38:13 2010 +0000
+++ b/libpurple/protocols/msn/slpcall.c	Sat Apr 24 02:29:34 2010 +0000
@@ -66,10 +66,6 @@
 
 	slpcall->slplink = slplink;
 
-	slpcall->wait_for_socket = FALSE;
-	slpcall->xfer = NULL;
-	slpcall->branch = NULL;
-
 	msn_slplink_add_slpcall(slplink, slpcall);
 
 	slpcall->timer = purple_timeout_add_seconds(MSN_SLPCALL_TIMEOUT, msn_slpcall_timeout, slpcall);