From: <sea...@us...> - 2006-09-12 23:49:30
|
Revision: 17264 http://svn.sourceforge.net/gaim/?rev=17264&view=rev Author: seanegan Date: 2006-09-12 16:49:26 -0700 (Tue, 12 Sep 2006) Log Message: ----------- Thanks, Stu Modified Paths: -------------- trunk/libgaim/protocols/msn/msn.c Modified: trunk/libgaim/protocols/msn/msn.c =================================================================== --- trunk/libgaim/protocols/msn/msn.c 2006-09-12 21:57:15 UTC (rev 17263) +++ trunk/libgaim/protocols/msn/msn.c 2006-09-12 23:49:26 UTC (rev 17264) @@ -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 = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |