From 8bcd1605cda90ed960f8c0e2a0d0464bb79e1197 Mon Sep 17 00:00:00 2001 From: dequis Date: Sat, 24 Jan 2015 17:20:42 -0300 Subject: msn: remove old/broken/unused msnftp stuff (requires distclean!) Since this removes invitation.h, do "make distclean" to fix build errors MSNFTP is a file transfer method used by early msn messenger versions, and has been replaced by MSNP2P probably 10 years ago. This code was disabled/commented out in bitlbee --- protocols/msn/msn.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'protocols/msn/msn.c') diff --git a/protocols/msn/msn.c b/protocols/msn/msn.c index 1f2dfe3e..ef78646b 100644 --- a/protocols/msn/msn.c +++ b/protocols/msn/msn.c @@ -95,12 +95,6 @@ static void msn_logout(struct im_connection *ic) int i; if (md) { - /** Disabling MSN ft support for now. - while( md->filetransfers ) { - imcb_file_canceled( md->filetransfers->data, "Closing connection" ); - } - */ - msn_ns_close(md->ns); while (md->switchboards) { @@ -469,7 +463,5 @@ void msn_initmodule() ret->buddy_action_list = msn_buddy_action_list; ret->buddy_action = msn_buddy_action; - //ret->transfer_request = msn_ftp_transfer_request; - register_protocol(ret); } -- cgit v1.2.3