# HG changeset patch # User Sean Egan # Date 1158104966 0 # Node ID ad44ab4442b1c44f96ec6dceb166bbc07d1c3b6f # Parent 8ed6ef220b2d9f3ad8d6000a11d13fef9f568e57 [gaim-migrate @ 17264] Thanks, Stu committer: Tailor Script diff -r 8ed6ef220b2d -r ad44ab4442b1 libgaim/protocols/msn/msn.c --- a/libgaim/protocols/msn/msn.c Tue Sep 12 21:57:15 2006 +0000 +++ b/libgaim/protocols/msn/msn.c Tue Sep 12 23:49:26 2006 +0000 @@ -881,14 +881,6 @@ return MSN_TYPING_SEND_TIMEOUT; } -static int -msn_send_raw(GaimConnection *gc, const char *buf, int len) -{ - MsnServConn *servconn = (MsnServConn*)gc->proto_data; - return msn_servconn_write(servconn, buf, len); -} - - static void msn_set_status(GaimAccount *account, GaimStatus *status) { @@ -2020,7 +2012,7 @@ msn_new_xfer, /* new_xfer */ NULL, /* offline_message */ NULL, /* whiteboard_prpl_ops */ - msn_send_raw, /* send_raw */ + NULL, /* send_raw */ }; static GaimPluginInfo info =