diff options
author | dequis <dx@dxzone.com.ar> | 2015-01-24 17:20:42 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-04-06 13:22:05 -0300 |
commit | 8bcd1605cda90ed960f8c0e2a0d0464bb79e1197 (patch) | |
tree | a28ea2c91d9f541657138ce23ba6756307c205e3 /protocols/msn/msn.c | |
parent | e3e2059c57f051d103645c120934a05ef5e35156 (diff) |
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
Diffstat (limited to 'protocols/msn/msn.c')
-rw-r--r-- | protocols/msn/msn.c | 8 |
1 files changed, 0 insertions, 8 deletions
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); } |